-
I'm not sure whether this is already a planned feature or maybe even a finished one, so I'll try to explain the task first.
I need to do selective lighting for different rooms. For example, I have …
-
We need to agree on how this system will work before we start writing code again. The main goal is to provide users the ability to specify a disk (or set of disks) to dedicate for metadata. There's …
-
Forked from https://github.com/golang/go/issues/19412#issuecomment-296766847, to continue discussion with @jimmyfrasche and any others without taking over that proposal thread.
The pattern of havin…
mvdan updated
3 years ago
-
Would love to have a IPFS compatible fork of https://github.com/cdnjs/cdnjs serving files via IPFS. Super large repository though but will give it a try to develop the integration locally.
-
Hello,
I am using Moor but I noticed that during a query the UI freezes. For this reason I switched to using Isolates, but the UI is still freezing and I don't know what I am doing wrong. I am usin…
-
Orleans currently loads the entire reminders table into memory on Silo startup, partitioning reminders across available silos in the cluster, regardless of the time that reminders are set for.
This c…
-
In `header-translator` we have to do a bunch of hacks to account for the fact that a lot of things are not exposed to the `libclang` API. In particular the [Swift attributes](https://clang.llvm.org/do…
-
Optuna TPESampler and RandomSampler try the same suggested integer values (possible floats and loguniforms as well) for any parameter more than once for some reason. I couldn't find a way to stop it f…
-
Hi I am currently developing for Meta Quest 2.
I am running 8k videos in the app and I am experiencing white dots appearing randomly in both eyes occasionally. The right eye does have some screen t…
-
XGBoost supports different ranking objectives based on `LambdaMART`, including `rank:pairwise`, `rank:ndcg` and `rank:map`. The `rank:pairwise` is unscaled version of ranknet's cost, which means the …