Ruin0x11

Results 195 issues of Ruin0x11

Thank you for creating MobDebug. I would like to use it as a part of Emacs, integrated with the [`realgud`](https://github.com/realgud/realgud) package. The problem is the MobDebug server doesn't print a...

Related to #380. 1. Implements `sort:pool` for post searches, which will sort the results by the order defined by the `pool:` named token in the same search query. 2. Modifies...

needs-revision

I want to use `allowed_mentions` with webhooks to prevent the use of `@everyone`, but I have to use the version from latest master to have that feature. It would be...

It feels like there is a gap for "interactive program exploration" that is only serviced very well in the Clojure ecosystem, like there now is for IDE features (Language Server...

feature request
help wanted
pinned

I know that SDL_ttf has this feature, and they implement it by modifying the buffer that FreeType outputs. https://github.com/SDL-mirror/SDL_ttf/blob/ba21ecf375f3f87b13c3040157a1dbbaeb48d59d/SDL_ttf.c#L270 I'm wondering if LOVE could also implement this feature, since they...

feature

- Replaces the main interrupt handler with a new "switchboard" design that dispatches based on interrupt kind, mostly inspired by tonclib. - Allow setting an individual interrupt handler function per...

I was wondering if it would be possible to have an option to change how `tl` outputs its AST, such that you could preserve the formatting and comments of the...

feature request

There are a lot of pre-existing OOP wrappers in the Lua ecosystem. They basically have functions that return tables that act as classes, and there can be much variance between...

feature request