-
I think the algorithm for variant selection is much too complicated. That is, I think we can structure it in a way that gets the same results, but is not as complicated to explain — _and_ matches a si…
-
```
note-taker on main via 🐍 v3.10.1 (.venv)
❯ pip install -r requirements.txt
Collecting huggingface_hub (from -r requirements.txt (line 1))
Downloading huggingface_hub-0.26.2-py3-none-any.wh…
-
It would be nice to be able to open a second REPL by doing something like `C-u M-x julia-snail`.
Per-project setup is not so good when you need to test a thing or two quickly in a disposable sessio…
-
Currently I have to import all the recipe APIs like:
```py
from supertokens_python import asyncio as api
from supertokens_python.recipe.userroles import asyncio as roles_api
from supertokens_pytho…
-
### Problem solved by the enhancement
As pointed out in [this comment on the Rust forum](https://users.rust-lang.org/t/low-level-json-library-struson-version-0-2-0-released/98377/2) (and subsequent c…
-
There's seemingly no way to have an invisible implementation of the feature. We always have an ugly link plastered somewhere. Perhaps could have the link as a [noparse=URLHERE][/noparse] to keep it hi…
-
From ifql created by [jsternberg](https://github.com/jsternberg) : influxdata/ifql#353
The join function should be substantially simpler than it currently is.
Based on my use of the join functio…
-
For bytes, we are still using the old implementations of strings, with different possible representations. We should just implement them as plain Uint8Arrays.
-
Thank you for providing a refreshing way to create for the web.
I find myself hooking into hyperscript and javascript whenever I need to do some initialisation work on an htmx component.
Hypersc…
-
## This is a hopefully more elegant, and somewhat faster version with NumPy.
| n | Original | NumPy |
|----------|----------|-------|
| 1000,000 | 3m 17s | 9s |
Btw, I recommend tqdm…