Adi Shavit

Results 39 issues of Adi Shavit

The figures do not render. Source: ![image](https://user-images.githubusercontent.com/1814800/151836805-9966a933-ccb6-4c6d-91d5-17e240d4a425.png) Result: ![image](https://user-images.githubusercontent.com/1814800/151836883-735c9350-8171-4d0c-8de6-df48e4d598b2.png)

bug
hard
figures

I have a generic interface class using `typing.Generic`: `class MyInterface(Generic[T])`. I want to use `python-interface` for better conformance and checking. However, if I add `Interface` as a base class: `class...

Creating this for collecting requests. There's quite an extensive list [here](https://github.com/nothings/single_file_libs). Also of course [nothings/stb](https://github.com/nothings/stb).

enhancement
help wanted

Given an argument (not option) such as "my-folder-name", i.e. within quotes with dashes within, the parser fails.

What changes do I need to make to this project for other LIDAR devices?

"Star" as "Favorite" traditionally means "Bookmark". It is something that the user does for themselves. In fact, Mastodon [App] already has the option to bookmark a post - so this...

Is there a way to get cvxpy to generate a standard model file format (e.g. AMPL/GAMS/LP/MPS/NL) that can be submitted to [NEOS Server](https://neos-server.org/)?

enhancement
help wanted

I have a big model that takes a while to compile and solve. I am using Guroi as my solver. However, successive _warm_ solves (after changing a few `cp.Parameter()`s) run...

feature request
good first issue

I noticed that when loading a right-to-left font (like a Hebrew font), the letters get generated from left to right. Is this by design? If I reverse the input string...