Diab Neiroukh

Results 38 comments of Diab Neiroukh

@fdasaud it needs a bit more than the driver for it to work in Nethunter. Have a look at the custom kernel I made with full (minus integrated card) Nethunter...

@Heath123 @lukeeey this, https://github.com/ozelot379/ConvertJavaTextureToBedrock, may help with implementing the said feature. I've tested it with a few resource packs and seems to work quite well. It is also maintained and...

> does it work without using `--ip`? Nope. Here's the "short" log: ```log Sending '.wslconfig' (500 B) Code is: On the other computer run croc panic: EOF goroutine 26 [running]:...

> 1. Microsoft Edge source tree is huge, it would add another 3GB of download just so we could pull it and extract the important parts; > 2. Yes, we...

> I wonder if this is not the kind of SCSS to put in the `assets/scss/custom.scss` file 🤔 I believe the theme as is is a good starting point to...

I've sent a different PR utilising the `prefers-color-scheme` property at https://github.com/jakewies/hugo-theme-codex/pull/159. I think this is the way forward, as modern clients can now automatically switch between dark and light mode...

@rightaway I've done just that, see https://aur.archlinux.org/packages/keydb. @JohnSully the build commands can be seen [here](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=keydb), if you'd prefer any changes please do say.

@JohnSully thanks, I'll keep an eye on that.

I'd like to specifically take a look at the Redis test here, it shows both mimalloc and TCMalloc (#177) outshine the competition including jemalloc.

mimalloc is great, but TCMalloc outperforms it for Redis (which is our case here), so I'm going to close this issue and direct y'all to #122 where @JohnSully can hopefully...