Results 8 issues of Kyle Moore

In `Threshold`, both the Rust and numpy implementation use perceived_brightness from some random calculation i found online. **rust** https://github.com/pierogis/pierogis/blob/a1fb442662b88806b5ee8a09b10eade5ca269e5e/src/pymodule.rs#L76-L78 **np** https://github.com/pierogis/pierogis/blob/a1fb442662b88806b5ee8a09b10eade5ca269e5e/src/pyrogis/ingredients/seasonings/threshold.py#L94-L96 This other random calculation I found online is _better_...

I can barely wait the 15 minutes it takes for this to cook 300 frames, and I built it! It's like having an ugly baby: you love it with all...

It would be good to have a webassembly module be part of this repository. In relation, the GitHub pages could have (alongside docs that are currently there) a simple interface...

This allows providing `instance.method` to the -f flag to indicate that the function is nested in another object. It could also allow multiple levels of nesting as it loops into...

I have defined my lambda function handler as a method on a class. The py file that I want to use as the handler creates an instance of this class....

Same idea/implementation as the tooltip `group` prop

Adds a prop to select and combobox that allows users to disable highlighting the selected (or first selected) option by default when opening the listbox menu. Useful as otherwise the...

Specifically, the `numberOfMonths` prop was typed with `Writable` instead of `Writable`