Shai Avraham
Shai Avraham
@mrkmcnamee I saw this when looking through the code. The problem is that this is an internal API, so the user shouldn't use this. It's also not mentioned anywhere in...
@Delgan It is the solution I am going for at the moment, but regardless of that, I think there should be an API for that. It seems like a common...
I have the same issue on my MacBook Pro. My delta times fluctuate between around 2ms to 14ms which corresponds to 70 to 400 FPS. The average FPS is stable...
Are there any updates on this? The issue still occurs as of now and I am on the latest version of the repo. It's very annoying to run the `pip`...
> To keep the script running (and thus the display window open), just put `readline()` at the end of your script. Or, if you prefer, put it after every `display()`...
+1, couldn't find a cross-platform way to get the monitor's refresh rate.
@learn-more Isn't `text_unformatted` always faster, or at least runs at the same speed as `text` in the Python API? From a usage point of view, these functions are identical, so...
@learn-more It's an `ImGuiError`. Here's the traceback:  It seems to come from the C++ code. Other than that, I can't really understand anything from this error.
I also have autogenerated data that can span up to 20,000 characters, and I can't get Zed to display it correctly without wrapping.
I am trying out `nushell` and I really like it. It looks and feels modern, and its data-oriented approach is very useful. I am considering to daily drive it, and...