Jason C

Results 66 comments of Jason C

I don't know what's going on with this PR but if anybody needs to use it, I've released this branch on PyPi as `marshmallow-jsonschema-python3`. It's just the py3.12 branch. Note...

Can confirm I have this issue too.

This is a pretty critical improvement and really ought to be merged and released.

thanks. are you able to share the har file?

Thanks. Will this work if the filename has no extension?

I see this commit https://github.com/codedstructure/pylibftdi/commit/784e34da5062ef09637674273e54262917e5db2d but it does not appear in any releases that I could find. I'm upgrading code that used to use some `0.16.0pre` release from bitbucket from...

Thanks. As a workaround for now, I create a separate thread that periodically uses pyusb to poll for the USB MIDI device and reinitializes mido if it's disconnected. It works...

@ocornut > FAQ answer stands: https://github.com/ocornut/imgui/blob/master/docs/FAQ.md#q-how-should-i-handle-dpi-in-my-application Thanks. Ok, couple of questions: 1. I'm not currently using any sort of "style structure"; how do I obtain one? 2. I'm not currently...

@emoon > https://github.com/ocornut/imgui/issues?q=is%3Aissue+is%3Aopen+dpi+label%3Adpi Thanks. I've seen a good number of those already. They all seem to either be doing things a different way, or describe a failed attempt. But I'll...

https://github.com/ocornut/imgui/issues/797 mentions: > The ImGui sample app shows how to use the in-built font scaling But the example apps I looked at (https://github.com/ocornut/imgui/blob/master/examples/example_glfw_opengl3/main.cpp and the others) didn't seem to do...