-
Some common ways to implement a dot product fail to work in debug profile (but work in release).
```rust
#![feature(autodiff)]
const N: usize = 3;
#[autodiff(b_dot_local, Reverse, Duplic…
-
Add a new fill mode for image fills, that makes them tile. This is often useful for material-y patterns, such as dots, squiggly separators and such.
I'd propose the following changes:
- Add a new …
-
Inspired by the talk [Rust in 2024 by Niko Matsakis (at 37m20s)](https://youtu.be/OuSiuySr6_Q?t=2226) I was thinking we may be able to create some more learning resources about that here to help to re…
-
I was just looking for examples of what context people usually provide via `throw` and noticed while searching that there's a lot of overlap/repetition and a few competing variants of some common trop…
-
A lot of what Flux can do is not explicitly written down. Regularisation is a good example; just grabbing your parameters and summing them is really simple and intuitive, but if you're used to framewo…
-
I'm getting the following error when trying to compile the library with cargo 1.49.0:
`warning: `...` range patterns are deprecated
--> src/pipeline/normalize.rs:32:17
|
32 | b'…
-
massive wiki of patterns
where is it?
BUILD A
breathing-pattern-data-wiki ???
-
I have been playing around with the `Backlight` API and I have had success turning on all the colors and making some simple patterns. Although I haven't figured out how to get the patterns running in …
-
When patterns are different?
1. E1 --> P1 --> E41
2. E1 --> P1 --> E41 --> P2 --> E55(x)
3. E1 --> P1 --> E41 --> P2 --> E55(y)
4. E1 --> P1 --> E41 --> rdf:value --> rdf:Literal
5.…
-
[I already started experimenting with zig-zag lines](https://github.com/aligator/GoSlice/tree/zigzag-lines) (make the lines a bit shorter and connect the ends to get a continous line).
But it's not t…