Fab

Results 7 issues of Fab

Hey this repo is linked to from the raylib homepage but it looks like master is only on 2.0 while 4.0 is the most recent version out. Just wondering is...

When I attempt to set a cache too big the error message is a byte string for `pymemcache.exceptions.MemcacheServerError(b'object too large for cache')`. I believe this message is coming from the...

On the [Sample usage](https://github.com/sunscrapers/djoser/blob/master/docs/source/sample_usage.rst) page I follow the instructions but get an error with pip: ```shell $ git clone [email protected]:sunscrapers/djoser.git $ cd djoser $ pip install -e . ``` `ERROR:...

Title says it all really. When I quit the app sometimes I don't notice the warning popup asking me if I want to save changes as the window is behind...

bug
ui
critical priority
native

At the moment the diff uses `Vec2i` so `normal()` will always return `(0, 0)`. This will cause the `mover->speed` to always be zero. Looks like something changed when `Blah` was...

```json "todohighlight.keywords": [ "BUG:", { "text": "FIXME:", "color": "#E06C75", "backgroundColor": "none" } ], "todohighlight.defaultStyle": { "color": "#E06C75", "backgroundColor": "none", "isWholeLine": false, } ``` I want every style to use the...

https://github.com/pixijs/pixijs.com/blob/main/docs/guides/components/interaction.md > Fired when a pointer device is tapped twice on the display object. I'm using `pointertap` and the event fires when I single click. I'm thinking this guide is...