Juhan Oskar Hennoste

Results 112 issues of Juhan Oskar Hennoste

Looking through the documentation and other Lobster-related materials, I could not find answers to the following questions: Are there any existing third-party libraries available for Lobster? If there are, where...

It's not really an issue with the software itself, but if this project wants to improve it's visibility and discoverability I think it is a relevant issue to consider. Searching...

As far as I can tell Evolve currently does not implement CAMI (https://github.com/glua/CAMI). Is this something that is potentially on the roadmap for Evolve? This would be very helpful for...

I have a keyboard with a non-US layout, and I would like to use some of the keys with non-english characters on it for custom keybinds. However, since I also...

This code fails to parse in javaparser but is considered valid in Java 16 and 17: https://www.jdoodle.com/ia/qrZ. The escape `\s` in a string literal is replaced by a space when...

Bug report
Grammar

Currently it seems that as soon as an entity's origin is moved out-of-bounds the entity is removed. This is problematic if you intentionally want an entity to partially be out...

enhancement
experimental

Most notifications I can think of are ephemeral and relevant only for the currently active javascript state (for example errors executing javascript, problems with submitting forms, etc). As such, I...

I attempted to read data from the following SWF files: http://i.flipline.com/gamefiles/cactusmccoycot/cactusmccoy_v2_1.swf http://i.flipline.com/gamefiles/cactusmccoy2/cactusmccoy2_v2_1.swf with the following code: ```haxe final handle = File.read(swfPath, true); final swfReader = new Reader(handle); trace(swfReader.read().tags.length); ``` using...

Called in undo.Finish(). Return false to discard the undo event. Can also be used to modify undo actions before they are created and sent to the client. Also made undo.Finish()...

Addition

Would it be possible to support compiling and running this library with only bevy_ecs (https://crates.io/crates/bevy_ecs) as dependency, instead of the whole bevy engine, or are there some festures from other...

C-Enhancement
D-Medium
P-Low
S-not-started
A-Integration