Rafael Ristovski

Results 20 issues of Rafael Ristovski

Having AppImages of `edb` would be a nice and portable way of having binary releases that work everywhere. Has this been considered? It could even be automated by setting up...

On the latest ST3 dev build, this plugin seems completely broken. Immediately upon loading it, the following error appears in the console: ``` Traceback (most recent call last): File "/home/rafael/.config/sublime-text-3/Packages/Dart/lib/path.py",...

Even though 11.0 added automated sprite batching,your implementation appears faster - 86FPS vs 77FPS for `cats` demo. I understand that it would not make a big difference in normal non-benchmark...

The flatpak version of MonoDevelop has not been updated in over 3 years now. Are there any plans on updating it? Alternatively, an official AppImage would be a nice solution...

It would be nice if you could bundle binary releases on the github releases page. The links in the readme all link to ancient versions.

Tested both on `OpenJDK16` and `OpenJDK16-openj9` Also referencing https://github.com/lucko/helper/issues/8.

bug
help wanted

I'm trying to use windfield with STI's "box2d" and since windfield can return a `box2d_world` I tried doing something like `map:box2d_init(world.box2d_world)`. Sadly, this produces errors with colliders. Is there any...

According to the changelog > Changed `love.keyboard.isDown` and `love.keyboard.isScancodeDown` to *error* if an *invalid enum* value is given. the check on line [171](https://github.com/SSYGEN/boipushy/blob/master/Input.lua#L177) will now error on Love2D 11.0 for...

Opening the chat sample produces the following: `zhttpd`: ``` info: 200 Get /chat/ (127.0.0.1:44082) 5386 info: 101 Get /chat/ws/ (127.0.0.1:44086) 0 debug: Websocket connected! debug: Websocket error: error.ConnectionResetByPeer ``` browser...

I would like to propose a feature similar to the following in [`drogon`](https://github.com/drogonframework/drogon): https://drogon.docsforge.com/master/filter/ Essentially, this would be similar to registering something like the `SessionMiddleware` except it would be a...