KarelPeeters

Results 20 issues of KarelPeeters

For example, given this struct: ```rust #[derive(Constructor)] struct Foo { x: f32, y: f32 } ``` The generated code should be: ```rust impl Foo { const fn new(x: f32, y:...

When I go to some projects with the app a couple folders aren't shown while they're definitely there, github in the browser does show them. For example, [Kotlin's](https://github.com/JetBrains/kotlin) `/libraries` folder...

This isn't really an issue per se, more of a question. I couldn't find anything about this in the documentation, but I might be missing something. I'm trying to pass...

type: enhancement
type: question

I wanted to use `zip_eq(..).rev()` and that required a `DoubleEndedIterator` implementation, so I added one. I checked the other "marker" traits and it was pretty easy to add a `FusedIterator`...

As far as I can tell there are two functions to draw lines in this crate: * `draw_antialiased_line_segment`, which draws antialiased lines but only takes integer/pixel coordinates so you can't...

First of all thanks for this crate, it's been very useful and pretty convenient to use so far! I'm trying to run (and eventually distribute) an executable with `tch` as...

I'm trying to return an `Image` from a function. The image is build using `SpecificChannels::build()` similar to what is done in [`4_specific_write.rs`](https://github.com/johannesvollmer/exrs/blob/c4a591f4b21580f5d4478455e7a28416ef770e80/examples/4_specific_write.rs). As far as I can tell the return...

question

Cargo by default does not optimizer the build script, but it's easy to change that setting, see https://doc.rust-lang.org/cargo/reference/profiles.html#build-dependencies.

I think there are two issues with level 4852f2fa: * in the first example one of the output pixels is wrong * the right solution is not accepted ![issues](https://user-images.githubusercontent.com/7887115/177003858-eaf22e9d-2d6a-42fe-a557-1872a2c8bb49.png) I'm...

# Environment - OS: Ubuntu 22.04.3 LTS - IDE: VSCode version 1.84.2, Verible plugin version published 2023-03-13 - Other active plugins: the bug reproduces without any other plugins, but in...

language-server