Jonathan Berthias
Jonathan Berthias
The issue with `__annotations__` seems to have been fixed in the latest release of Pylint: ``` pylint 3.0.2 astroid 3.0.1 Python 3.11.6 (main, Oct 2 2023, 13:45:54) [GCC 11.4.0] ```...
Hi everyone, Sorry if this has already been discussed, but I wanted to suggest moving this code to an external package, e.g. `cvxpy-torch`. The reason I'm suggesting this is that...
Hi, could you clarify what the `tuple[str]` case is for? Don't the `str` and `tuple[str, dict]` cover all cases, i.e. either no solver specific options, or some options?
Thanks @oriyalperin for answering so quickly! What I meant was, when would it be useful to use the 1-str tuple form (option 2. in your list)? As I see things,...
Thanks for the update @Transurgeon! Since it is fixed, I think it's possible to upload the source distribution for a past release, but I don't know if it's worth it...
Hi! I just hit this same error, in case you're still interested in getting it to work, you don't need any fancy setup, this simple reproducer is enough to hit...
Congrats on this big milestone! Thanks a lot for your hard work @leycec 💪 I'll try it out in the next few days and I'll let you know if I...
While interesting, I'm afraid this goes against the principles of `cattrs`. You might be interested by the [motivation](https://catt.rs/en/latest/why.html) page, especially the "important" note after the first example. If you still...
One thing that I think can help a lot when mentioning complex constraints and expression is the ability to give them a name, and use that instead of the current...
> We discussed more internally and are not ready yet to switch to autoformatting. We will look into it more on our side. If this is due to worries regarding...