Bahar, Nisan

Results 7 issues of Bahar, Nisan

Also, attempting to set the `http_proxy` and `https_proxy` environment variables did not work as-well. Receiving timeout when attempting to get the check_run object.

I'm trying to use this github action - but because everything is installed under a venv, the action does not identify "flake8" and therefore errors. Is there any way to...

It'd be nice to have the ability to remove previously-added constraints and try to resolve the problem again

enhancement

It'd be nice to have an option to provide a weight to a constraint. When there is no solution, the constraints with the smallest weight can be dropped (or ignored)...

I had to workaround by shuffling the domains before solving. Would be nice to ask the solver to just come up with the first solution it could find, **randomly**. I'm...

Encountered this issue with fresh installation of Python 3.10.8 ``` bitarray 2.9.2 bitstring 4.2.0 ``` ```python from bitstring import BitStream ``` Failure: `ImportError: cannot import name 'BytesLike' from 'bitarray'`

Hi, I'd like to be able to dynamically change / overwrite the code (without st.rerun and waiting for it to load all of the code). Is that something that is...