Rasmus Schultz
Rasmus Schultz
Any chance this will eventually have support for Intel ARC GPUs? The A770 is still the only affordable 16 GB GPU. I'm sure AMD users are feeling a little left...
hi, I plan on using this script to download very large files, so I set up a quick test-project to try it out. https://github.com/mindplay-dk/downzip/tree/original-downzip in the `files` folder, I have...
Currently, this is a benchmark of raw HTTP round-trip overhead and basic routing. This is meaningful, but doesn't tell you much about real-world scenarios, where actual body content needs to...
## Question about an existing feature ### What are you trying to achieve? I'm trying to load vector formats, such as PDF, EPS or SVG, to generate thumbnails. ### When...
I saw your post about type-checking a `pipe` function [here](https://www.reddit.com/r/typescript/comments/wihhh8/a_fully_typed_pipe_function/jbekjpq/?context=3) and posted a [reply](https://www.reddit.com/r/typescript/comments/wihhh8/comment/jbekjpq/?utm_source=reddit&utm_medium=web2x&context=3): > Does it need to be recursive? > > Here's the approach I came up with,...
Any chance this library could be enhanced to support `COLR` and `CPAL` tables? https://learn.microsoft.com/en-us/typography/opentype/spec/colr The only library I know of that can do it at the moment is fonttools for...
This might be the wrong place to ask, but official Windows support channels generally are a dead end for these sorts of things. Early reactions on the net to this...
tried to run this on Colab: https://github.com/magenta/ddsp/blob/main/ddsp/colab/demos/train_autoencoder.ipynb it doesn't work. ``` Preparing metadata (setup.py) ... done Preparing metadata (setup.py) ... done ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.6/54.6 kB 7.8 MB/s eta 0:00:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.7/307.7...
This is crazy impressive! 😄 What would be really cool, is if we could actually turn this into something useful. Imagine something like this? ```ts const sql = createShema({ users:...
I have a benchmark [here](https://github.com/mindplay-dk/sigma/blob/605780ab4ce6eb7d8bc335c62b7c2b7acdcd88c1/benchmarks/src/json/index.ts), in which the order of the tests seems to completely change the results. That is, if the order is like this, `sigma:defer` wins by about...