Eric Gaudet
Eric Gaudet
What new features/APIs are planed for v3.0.0? I am interested in using Prose for my project and I'd like to contribute if I can and if it matches your plans....
Original repo: https://github.com/a327ex/lite-plugins/ Original source: https://raw.githubusercontent.com/a327ex/lite-plugins/master/plugins/snippets.lua Should solve [#1044](https://github.com/lite-xl/lite-xl/issues/1044) maybe? This PR is just making the orginal code compatible with `lite-xl`. No logic change or new features were added. Tested...
love._os should be set to "Android". This is to allow the code to test which platform it's running on and use special logic in some cases.
love.graphics.setLineWidth( width ) doesn't seem to be implemented. All lines drawn are 1 pixel wide, regardless of the width set.
love.graphics.getWidth() does not return the value set in love.conf, t.screen.width. It returns the physical size of the screen. This is inconsistent with the desktop version of love. Same with getHeight()
### Thanks in advance for your bug report! - [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [X] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...
### Zig Version 0.12.0-dev.1769+bf5ab5451 ### Steps to Reproduce and Observed Behavior mkdir zig-example cd zig-example zig init zig build-lib -femit-h src/root.zig -> Segmentation fault (core dumped) ### Expected Behavior not...