Melissa

Results 66 issues of Melissa

This is not possible (which makes perfect sense): ``` struct Foo { foo: Foo, } ``` But I think this **should** be possible, as it would allow us to create...

a:language-slint

I noticed that in #66, @unsightlygod implemented iterative decompression using the `mz_zip_reader_extract_iter` functions. Would it make sense or even be possible to add `mz_zip_reader_extract_iter_seek` to this, to seek within a...

The following include is no longer necessary on modern versions of Juce: https://github.com/fefanto/fontaudio/blob/e08f47bb2d4a310fb71b8e17c061f2fab6b94a7e/wrappers/juce/module/fontaudio/fontaudio.cpp#L10-L12 Right now this produces an error when trying to use it with today's version of Juce. Simply...

**Describe the bug** In Discord, I set my voice output to "Chat", but it always routes to "System". I don't know if this is an issue with Discord or with...

bug

I noticed that some faces will have misaligned textures for meshes that are slightly rotated. I'm unsure what's the cause of this yet.

help wanted

It seems like the acceleration is very spammy when driving over a cruise block. Solving this would probably require smoothing out the acceleration value. Supposedly the block is also going...

This is the thread to request global emotes for addition to Better Chat's global emote list. Just write a comment on this issue!

Automate emote packing using a Python script. It would take as an input the following: ```json { "name": "Better Chat Global Emotes", "emotes": { "Kappa": "https://static-cdn.jtvnw.net/emoticons/v2/25/default/dark/1.0", "peepoHey": "https://cdn.7tv.app/emote/60aeec1712d7701491f89cf5/1x.webp", "Bedge": "https://cdn.7tv.app/emote/60ae8d9ff39a7552b658b60d/1x.webp"...

Whenever the game's resolution changes, the window can move out of screen or in the middle of the screen.

Implement quick-chat buttons, kinda like [Chat-Button-Bar](https://openplanet.nl/files/115) by RoboTec. Perhaps these should also be on chat commands, like `/gg`. Preferably these should also be configurable. I'm not entirely sure how this...

enhancement