Niklas Korz

Results 69 comments of Niklas Korz

Makusi itself appears to be working, but it fails at pushing the image to the Gitlab docker registry. I'm creating the registry config as part of the pipeline in my...

@evelynl94 Ah indeed, sorry. [It's working now](https://gitlab.com/niklaskorz/nkchat/-/jobs/132024064), thanks!

I've also updated my example repository to use the new official alpine image: https://gitlab.com/niklaskorz/nkchat/blob/master/.gitlab-ci.yml

The same bug applies to the body blocks of `with` statements unfortunately. Consider: ```py with managed_resource(timeout=3600) as resource: # Resource is released at the end of this block, # even...

`node-sass` is deprecated and should be replaced by `sass` (Dart SASS), which is also supported by the `sass-loader` used in this project.

@alexcrichton Does https://github.com/rust-lang/rust/pull/83763 not count as a plan to fix the incompatibility?

I have [some experience with WebGPU](https://github.com/niklaskorz/linon/) and might have a look at this. Note that WebGPU would allow GPU-based computation without depending on any vendor specific libraries like CUDA not...

Firefox 118.0.1 (arm64) on macOS Sonoma 14.0 behaves exactly the same as in the video above.

@robwalch Unfortunately neither approach seems to help here. I do agree something "weird" is happening internally in Firefox, as the buffer range removal is executed successfully and updateend is called...