Lachlan Heywood
Lachlan Heywood
Just thought I'd mention that the 'ignore filesystem' and 'ignore mountpoint' features of the stats module require the items to be separated with " , ". That is a space,...
**Problem** As far as I can tell, there is no current implementation of the `regenerate_token` method on the user model. This means that there is no way for a user...
Continuation from #78 solely to resolve merge conflicts Fixes #61 #37 #67 #78
This possibly relates to issue #37, but it may also want to be a separate function. It'd be great to have a function to select every Nth item after the...
I want to start a discussion before I get into building this rule, since I don't think I've thought through all the potential issues this might add or tangential rules...
In some instances, `prettierOptions` can be passed as null, instead of being left undefined. This will cause an error as detailed in #9. This PR adds a check to on...
There seems to be an issue with the git command exiting unsuccessfully, but the error returned suggests that there is no issues with the command. Here is an example: ```...
**Is your feature request related to a problem? Please describe.** At the moment, it seems like the different features for `migration-from-tailwind-2` are all or nothing. This is problematic when I...
### Affected project(s) - [ ] documentation - [ ] examples - [ ] wasmCloud host - [X] wasmCloud CLI (wash) - [ ] wasmCloud dashboard UI (washboard) - [...
### RFC Title RFC: Introduce `dev` command to wash app management ### Introduction This RFC proposes that a new `dev` command be added to the `wash app` subcommand which will...