Federico Pasqua

Results 9 issues of Federico Pasqua

A new feature with granted retro compatibility. To solve the problem introduced in https://github.com/mehcode/config-rs/issues/132 I have introduced the solution number 3: > Add a flag to the `FileSourceFile` struct named...

If someone needs to import a specific file, excluding the resolve process, with the actual structure is impossible. Example: The config file in the folder is called _"config.toml"_ but the...

Is there an official method from this crate to use i2c without directly manipulate the bit of the i2c registries? And if not, why?

Although there is an interface for an i2c blocking master, a corresponding slave interface is missing. Are there any ideas or work already done on this?

discussion

When i use owon-parse on a bin file generated from a Owon SDS6062 the output is not the original waveform but a CSV containing a time column (with the right...

Hi, I'm an ArchLinux user and I wanted to use this software but while I was compiling the source I noticed how the possibility of compiling without creating a deb...

### Which project does this relate to? Start ### Describe the bug When with Tanstack/start I have a layout of this type: ``` posts.$postId.tsx posts.route.tsx ``` with a loader in...

**Describe the bug** When I launch Nyxt on my computer (Arch Linux, Wayland w/ Hyperland, NVIDIA GPU), the software immediately crash. This is the only GTK program that gives me...

https://github.com/taichi-dev/taichi/blob/ba0e81dce559fb63a5958bf82feb1d00c55c02fe/python/taichi/ui/gui.py#L934 This function `rgb_to_hex` is indended to be used to convert a rgb color in the format `(1.0, 1.0, 1.0)` into a hex color as a int32 number. The documentation...