Josh Rudnik

Results 18 issues of Josh Rudnik

Currently, when a Promise is still running in a script, it will end without waiting for them to finish. Is there a way to wait for all promises to finish...

Allow running the API, distributed in kubernetes. Why? It's cool ### Requirements - *Only* run api, front-end seperate - Run migrations in a helm chart to prevent concurrent migration runs...

enhancement
backlog

According to the lib documentation, `WasmBoy` is a singleton. Is there a way to create multiple instances of a Gameboy emulator?

enhancement
Lib / JS

Route tags/namespaces at the moment are generated by what is provided in `handlers`. Might there be a way to specify renames for these tags so that they can be more...

**Is your feature request related to a problem? Please describe.** It is not related to a problem other than my preference **Describe the solution you'd like** I would like images...

enhancement

If you invoke help command using the framework with a subcommand like `.help add` with add being a subcommand to any other command it will show the first match. The...

framework

E-Hentai does not work

Some people are using lua in embedded environments which do not allow FFI, is it possible to make a pure Lua 5.1 protobuf lib as part of this?

enhancement

Just as the title says. Something like this does not get renamed in the generated JSON. There is no way to manually rename this either. ```rs #[derive(Deserialize, IntoParams)] #[serde(rename_all =...