james

Results 9 issues of james

Hello, First I want to thank you from working on this, it's really fascinating work and I want to thank you for sharing it. I having eye-ing it for a...

If you uncomment or comment ```#define NOWEIRDFUNCS```, it will generate this error, or fix that error. Using branch 3.x, building with scons the compiler keeps pointing at this offending line,...

bug

I saved the playlist, opened it in the audio -> playlist tab, and there are many filenames with %20 characters in it, and thus VLC complains that it can't open...

https://github.com/intjelic/python-sfml/blob/a757fbffaca1fdd0d07b623a806b830308a6a5c7/setup.py#L92 ` include_dirs.append(SFML_LIBRARIES)` should be ` library_dirs.append(SFML_LIBRARIES)`

I managed to add the SFML include folder in the setup.py script, but I don't really have a clue where to add the directory to point at library files. I'm...

``` PS C:\Users\> pip install git+https://github.com/Sonkun/python-sfml#egg=pysfml Collecting pysfml from git+https://github.com/Sonkun/python-sfml#egg=pysfml Cloning https://github.com/Sonkun/python-sfml to c:\users\~1\appdata\local\temp\pip-build-flg0_a_e\pysfml No files/directories in C:\Users\~1\AppData\Local\Temp\pip-build-flg0_a_e\pysfml\pip-egg-info (from PKG-INFO) PS C:\Users\> ``` I remember that I managed installing it...

The right click menu where you can choose to block certain elements, to avoid popups or other warnings, I pretty useful. Problem: on many websites, for example the ones using...

I've heard it's possible to use SQLAlchemy clauses with dataset. It would be nice to have a few examples, and I'm not really aware what this means (a link to...

I am making an untangle game, which looks like a bit like this ![image](https://github.com/pyglet/pyglet/assets/533869/d9775d74-bc47-4e55-bc9f-be50b885a204) Basically, the game is about moving points that are connected to each other. When I move...