IagoBeuller

Results 10 comments of IagoBeuller

My App is too big now, but my problem was the menu, which can be seen in this sample. O.S: Windows 11

I made this sketch: ```python from freetype import Face from PIL import Image from aggdraw import Draw, Symbol, Pen, Brush, Path import time base_time = time.time() def test_graphics2(): """See issue...

Hotkey trigger_on_release doesn't work because of that probably. Another problem with Hotkeys is this: `ctrl+shift+a, s`. This would trigger when the user holds ctrl, shift and "a" at once, releases,...

I update my NVidia Drivers Card, I also runned Driver Booster, I installed "https://developer.nvidia.com/opengl-driver", and the problem isn't solved.

By the way: `nimble -y install winim nimgl nimpy regex Downloading https://github.com/khchen/winim using git Tip: 2 messages have been suppressed, use --verbose to show them. Error: Execution failed with exit...

GTX 1650, notebook version.

I was able to do this by updating pyinstaller and also using: --add-data "G:/Projects/MyApp/venv/Lib/site-packages/customtkinter;customtkinter/" Updating Pyinstaller: https://www.pythonguis.com/tutorials/packaging-tkinter-applications-windows-pyinstaller/

I found this content about saving canvas to an image: [https://stackoverflow.com/questions/50320479/flutter-how-would-one-save-a-canvas-custompainter-to-an-image-file]() [https://github.com/rxlabz/flutter_canvas_to_image]() Note: But I don't know if transparency is preserved.

> Interesting. `aob1` was actually @IagoBeuller's attempt to realize the boyer moore algorithm. If that's a better approach we could prob replace `aob1` with your code. > > @IagoBeuller What...

> i ran out of ideas. do you think is possible to get better perfomance? The algorithm is accessing and getting values from a position in the sequence/array even when...