Ryan Bottriell
Ryan Bottriell
I have been loving this abstraction that you guys have created so kudos to that! Trying to change the permissions on a file using the `osfs` but it seems that...
liquid-rust version: 0.26.0 rust version: 1.63.0 OS: linux I've been referencing [this page](https://shopify.github.io/liquid/basics/types/) of the liquid docs, and my understanding of the `nil` and `EmptyDrop` type is that both of...
- [x] Tests created for any new feature or regression tests for bugfixes. Following up on #477, this change treats missing variables and indexes as `nil` when they appear at...
It seems like you cannot mix `transparent` with any enum-level attributes, eg: ```rs #[derive(miette::Diagnostic, thiserror::Error, Debug)] #[diagnostic(url("http://mylib.example"))] enum Error { #[error(transparent)] #[diagnostic(transparent)] External(#[from] external::Error), } mod external { #[derive(miette::Diagnostic, thiserror::Error,...
First off, I am really enjoying this library, so thank you. I've noticed an issue using asyncio on linux, where the code is conditional on a feature that doesn't exist...
## Description Updates the osltoy application to use 4 spaces in the editor window instead of tab characters. ## Tests I'm not sure that this change warrants a test case,...
### Please share any additional details on this topic We announced and opened the SPK project at DigiPro this year - although we haven't considered whether this project could one...
This modifier sets the color of a particle on a gradient based on its linear velocity at any point in time. Great for having particles disappear as they slow down,...
### Project description SPK is a software package and runtime system for building, distributing and executing software environments in a studio setting. The website summarizes the top-level goals of the...