Chris Sainty
Chris Sainty
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of Nancy - [x] I have verified...
I'd like to propose supporting `atlantis.yaml` config without having to specify the projects section. Enabling, for example, to set `parallel_plan` while still having atlantis determine the project list. I totally...
When a member's role is changed, only the delete operation is run. The code clearly sets both `delete` and `create` on lines 140:141, but then uses `continue` to loop the...
Reading the [docs](https://docs.github.com/en/rest/teams/members#add-or-update-team-membership-for-a-user) further on this action, the create endpoint can also be used for updating role. > If the user is already a member of the team, this endpoint...
Is there any interest in making Sigil work on Mono? I've messed around with it a bit here https://github.com/csainty/Sigil/tree/mono With some tidy up it is possible to get it building,...
To support features like ExpandPath and AntiForgeryToken from SuperSimple I want to add a Helpers feature. - Add a HelperSyntaxTreeNode that has the name of the helper - Add an...
I'd like to add a new package - Veil.Extensions. The purpose of this package is to hold convenience methods that are not part of the formal API for Veil. `public...
- [ ] @index in each blocks - [ ] each over dictionaries with @key - [ ] multi-section master page support?
When dev'ing in Nancy, if you make changes to a partial or master page (anything loaded through the IVeilContext.GetTemplateByName) it will not regenerate when you hit refresh. Only the primary...