Jens Becker

Results 9 issues of Jens Becker

Hi, I'm running **0.4.12** on MacOS. When I enable `DrawShadowForFloatWindow` and use Telescope or Lazygit in a floating window, there is a noticeable performance hit. Without shadows it seems to...

URIError: URI malformed happens in filters.js in escape filter. This is probably about UTF8 chars in the text string.

https://github.com/jsbeckr/django-inertia-example locally imports inertia-django for testing purposes. It should use the newest version on pypi.

enhancement

Hey! :) I was playing around with TrueType fonts (OpenSans, Courier New, Fira Code) on MacOS. And it seems that the font is rendered to small in comparison to the...

enhancement

Due to RedditMigration a few have us have migrated to a Lemmy community over at programming.dev I would like to add a card, so that other people know about it.

enhancement
topic:content

The examples in the README.md are outdated. It's a bit confusing if the documentation states not working samples.

It would be nice to have methods for all raymath functions like `rl.Vector2Subtract`. Something like this ```go func (v rl.Vector2) Normalize() rl.Vector2 { return rl.Vector2Normalize(v) } ``` would make this...

After a horrible two days of debugging, I finally found the problem for my input issues. ### Problem When using `gj` or `` on a blank line at the bottom...