Katalin Rebhan

Results 54 issues of Katalin Rebhan

QuadEmitter.emit (grondag.canvas.apiimpl.mesh.MeshBuilderImpl$Maker.emit) fails when QuadEmitter.sprite is called beforehand since that calls setSpriteUnmapped which causes unmapSpritesIfNeeded (called from emit) to call unmapSprite which ends up calling MinecraftClient.getSpriteAtlas which throws an NPE...

bug
compatibility

I tried running the above command for probably at least 3 minutes and it never finished resolving, then I aborted it when it reached 11GB of memory usage. Not sure...

I've been getting "authentication failure report" mails which I'm assuming are from OpenDMARC whenever I get mail from a couple domains, twitch.tv being one of them. Here's a snippet from...

The following worked prior to 1.0: ```rust type DataSourcePrivate = Rc; #[cxx::bridge(namespace = "mcrtlib::ffi")] mod types { pub struct DataSource { pub inner: Box, } extern "Rust" { type DataSourcePrivate;...

help wanted

uu-date always prints the (default) %c format like this, regardless of the LC_TIME setting: % LC_TIME=en_DK.utf8 uu-date Tue Feb 15 13:03:36 2022 Expected (output from GNU coreutils date): % LC_TIME=en_DK.utf8...

U - date
J - Locale

### Feature It would be great to have support for Terminal.app so :new, kak-fzf and whatever else uses :terminal work with it. It should be relatively straight forward to adapt...

feature request

Reading files from File Provider file systems such as iCloud using the normal blocking API will fail with EDEADLK 'Resource deadlock avoided.' if the file is not currently locally downloaded....

### The Problem On macOS, the standard hotkey to minimize a window is cmd+m. However, this doesn't work in nheko, making it impossible to minimize the window with the keyboard...

enhancement
shortcut

### The Problem In nheko, pressing cmd+delete in the chat input box does nothing. Similarly, in other input boxes inside the app, this might delete one word (like option+delete). On...

enhancement
shortcut

This allows passing owned strings to create_element by making the bounds for the name the same as in the parameter for BytesStart::new.