Herman Bergwerf
Herman Bergwerf
I am trying to convert the [sprites.js](https://github.com/regl-project/regl/blob/gh-pages/example/sprites.js) example to TypeScript. The first issue I encountered is #602, and the second is that on [line 159](https://github.com/regl-project/regl/blob/gh-pages/example/sprites.js#L159) it says `SPRITES[(tick) % 2].color[0]`,...
How can I change the name of the folder in which assets are saved?
I didn't investigate this in detail, but I uploaded a 12000x12000 pixel image by accident which broke the file uploading interface (`General Data and Files`). The `FileCollection::edit` and `Image::select` returned...
I followed the instructions in the README to add a custom CSS file. It worked perfectly on my local machine but not on readthedocs.org Same for the demo I believe:...
How hard do you think it would be to fully type check a callable? I am not very familiar with all the underlying technology.
I tried to convert the ts definition of threejs from definitelytyped. I encountered a lot of warnings with `ArrayLike` which is used in their definitions and translated as `ArrayLike` in...
When installing via pip, there is an error saying that it cannot import `utils`, e.g. `from nbmolviz import utils`. When I install from source, I get this error: ``` ---------------------------------------------------------------------------...
I use this library to generate client code for my own API that I wrote using `rpc`. The generated code tries to set Content-Length and User-Agent on the requests. However...
I would like to add custom HTTP status codes to my responses. E.g. 201 Created when the user POSTs data which is then inserted into the database.
If there are multiple NGL instances, then multi-touch zoom on one of them will zoom (but not pan!) every one of them. I think the issue is that touch events...