Coder Social home page Coder Social logo

Comments (4)

effigies avatar effigies commented on July 17, 2024

For what it's worth, the easiest way to use blue is to use pipx install blue, which will put it into its own virtual environment and link to the executable in ~/.local/bin. This isolation keeps it from conflicting with other tools.

from blue.

grantjenks avatar grantjenks commented on July 17, 2024

I’m a maintainer and I still use blue.

pipx is a good solution, as is tox which I use in my projects. Both will keep blue isolated from other tools.

from blue.

sshishov avatar sshishov commented on July 17, 2024

Hi @grantjenks , feel free to close this issue if you feel it right.

Just want to add my note here as we have moved to "black", in the beginning everyone hated these double quotes but really based on the font type you can make it look almost similar to "blue" representation. Now we are okay with "black", not a big deal.

Why have we made this choice and moved to "black" from "blue"? Everything is easy, we are not using separate environments to install linting packages and to install testing packages and to install any other packages. We have one virtualenvironment which is activated automatically when you enter the docker container (as user) and you literally do not need to do anything. The same environment is used for local development and for VSCode extensions. To have different envs for different tasks would be a nightmare for configuration TBH. We have 2 main environments (production) and (development), where production has only the production required packages and development has everything (ipdb, ipython, pytest, flake8, black and so on...) Therefore to keep our DEV environment up-to-date we have to update it (we use dependabot)... unfortunately because soma packages are stuck in ancient versions to support flake8 (v4) instead of (v6) a lot of out dependencies were not just updated. That is the main reason, actually...

This was just my five cents, sorry for the long read.

from blue.

grantjenks avatar grantjenks commented on July 17, 2024

There’s no update since my last post. I’m still a maintainer and I still use blue for projects at work and home.

“Active” is a relative term. And it would seem, based on your posts, that it is not active enough for you.

from blue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.