Nico

Results 7 issues of Nico

Hi, I'm currently working on updating draft to work with [go modules](https://blog.golang.org/using-go-modules). This is the current progress: - [x] Building and running draft outside the gopath Following the [official documentation](https://github.com/golang/go/wiki/Modules#how-to-define-a-module),...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to use dotter to manage binary files that are part of my configuration. However, when deploying these,...

# Description Hi Rami, I hope you've had a good start into 2024 :) I'm back with another PR on error handling. - Currently, some methods simply call `std::process::exit` when...

Hi, I'm using threlte and @threlte/rapier for a 3D application that should perform a deterministic simulation across multiple devices. The official documentation of rapier guarantees determinism, if the same *initial...

enhancement
contribute
hard
rapier

The example at https://threlte.xyz/docs/reference/extras/text breaks when interacting with the text input on Stackblitz and displays an entirely pink canvas. Sometimes it's possible to enter 1-2 letters before it breaks. A...

`encoding_rs::mem::convert_latin1_to_utf8` and similar functions panic instead of returning an error when the passed slice to write into is too small. This immediately struck my as unidiomatic in Rust and effectively...

Hi :wave: This PR implements #578 and adds tests for the added functionality. Specifically, this PR adds support for adding and dropping capabilities for containers. Have a nice weekend!