nyanpasu64

Results 175 comments of nyanpasu64

- instrument export should be fixed, to not write the invalid value (or empty name, idk what's wrong). - possibly instrument import should be fixed, to not produce corrupted or...

HertzDevil has a separate PlayPreviewSample() which doesn't delete the sample: https://github.com/HertzDevil/0CC-FamiTracker/blob/3fa2cf46f5e5f53cc880cbbd01ebb699b6f743c8/Source/SoundGen.cpp#L939

Are the bugs in LMDB itself or in the Rust bindings? Do they trigger with single-instance, concurrent reads and writes, or heavy contention? Is [sled](https://docs.rs/sled) more reliable?

Not a maintainer, but I've since come across *a* LMDB failure mode of database corruption followed by uncontrolled crashes when opening the corrupt database, in Baloo (not rkv-based). The bug...

I don't think that's the same issue. From scanning through the images, I think #98 describes how setting a filesystem for a partition doesn't change the filesystem displayed. The assumption...

I have a script to regenerate cqtmfc_famitracker.cpp: ```sh #!/bin/sh cd $(git rev-parse --show-toplevel) python tools/rc2qt/rc2qt.py \ libs/famitracker/FamiTracker.rc \ > libs/famitracker/cqtmfc_famitracker.cpp ``` Should I add this to master? I'm currently using...

pushed again? the presence of the broken script in master makes me uncomfortable.

the .py in master is broken and produces incorrect output.

I'm getting the same bar appearing on both the login screen and the list of accounts, even with an internet connection active. Google Pixel 4a, Android 11, AFWall+ installed but...

I suspect this crash is caused by a bug in a modified Android OS, not a Firefox bug. SandHook (https://github.com/ganyao114/SandHook) is an ART modding framework of some sort.