Shai Avraham

Results 15 issues of Shai Avraham

Is there a way to create a Matrix or a Vector with the `from_iterator` function without panicking? I am making a little wrapper around `nalgebra` for my own library, and...

**Describe the bug** Running the `pip` command with arguments that include the `

bug

I am quite surprised there is no API for that. I couldn't find any, at least. I want to get a list of available logging levels in the current state,...

I am new to ImGui and I am trying to make a log window that shows the log messages I receive in the console: ![Screenshot 2023-10-12 180145](https://github.com/pyimgui/pyimgui/assets/35605235/8173c709-8934-4652-abad-a46b8a9cb286) As you can...

What is the difference between the functions `imgui.text` and `imgui.text_unformatted`? In the C++ API, the former takes arbitrary arguments that can be inserted into the text similar to `printf` in...

easy to pick
question / hint
discussion
todo
good first issue

I find it slightly annoying that there is no direct link in the documentation to the GitHub repository. Since you are using the `pydata` theme, it is extremely easy to...

I am new to `sphinx` and `autoapi` so I may be missing something, but I searched the documentation and the internet and couldn't find a solution to my problem. I...

Enhancement

## Feature request I use `numba` a lot to optimize my numerical simulations and most of the time I use an explicit signature to compile my jitted functions eagerly ([as...

feature_request

I write my documents in Hebrew and I noticed a weird issue. If I try to put a reference above an equal sign in the `align` or `gather` environments, it's...

🐞 bug

**Describe the bug** I recently installed alt-tab on my MacBook and I really like it. However, I encountered a weird bug by accident. I was playing with alt-tab's settings and...

bug