⭐️NINIKA⭐️

Results 161 comments of ⭐️NINIKA⭐️

Does `Update` and `Draw` drop from 240 and 120 Hz correspondingly to 40 Hz both on [ginkiha - EOS by alacat](https://osu.ppy.sh/beatmapsets/151720#osu/373781) count?

With clap compile-time shell completion generation seems to be handled by using [`clap_complete::generator::generate_to`](https://docs.rs/clap_complete/latest/clap_complete/generator/fn.generate_to.html) in `build.rs` and later making the packaging tool put it where it's needed. `lsd` uses a special...

I also suggest to add function that maps sections to segments to allow changing sizes of sections without segments offsets breaking. It makes "one allocated section -> one loaded segment"...

I think that a better solution would be to use stdin for such purposes. It's a common solution in competitive programming. This way one would still be able to use...

Well, that can be explained in the competition rules. Also, I don't think any of the suggestions would introduce such a misunderstanding. If "stdin" route would be taken, it will...

2-е, наравне с "утекающими" потоками, - ещё одна проблема неизолированности окружения питона...

Bluez seems to support MTU retrieval since version [5.62](https://github.com/bluez/bluez/releases/tag/5.62): https://github.com/bluez/bluez/commit/1abf1400fa18e70a9085be7864f68f7c054fca14 Relevant discussion: https://github.com/bluez/bluez/issues/199 Bluez makes it a property of a characteristic, because with Bluetooth 5.2 Enhanced Attribute Protocol it can...

Thanks a lot for the input. I actually was trying to investigate this myself and did find some of the stuff that you pointed out myself, but didn't post it...

[This](https://code.woboq.org/llvm/lld/ELF/ScriptParser.cpp.html#_ZN12_GLOBAL__N_112ScriptParser7addFileEN4llvm9StringRefE) _seems_ to be the offending line. If it doesn't find the file in the sysroot it just falls through to look into the system libs.

GNU ld seems to have similar behavior, though I am not sure it is the function I am looking for ```c /* Search for and open the file specified by...