Paul Brinkmeier
Paul Brinkmeier
Holy frick. Nice job 🚀 I'll look through these changes within the next week :)
If you're up to create some content, I'll be happy to add it to the game. I haven't been in a Tichy lecture for a while now, so I'm all...
I could add that to the number of commits in the upper right region of the shop screen, is that what you mean?
Hi, I'd like to try and push this forward as first issue. I tried three formatters (`hindent`, `fourmulo` and `stylish-haskell`) and all of them have problems with syntax forms that...
Point taken. > I think the idea is not to get rid of CPP altogether, but to rewrite the CPP so that the chosen formatter can handle it, or make...
I would like to work on this as a first issue if that's ok. It would probably be good to clear up what exactly should be implemented and where the...
Hi, if I understand correctly addressing this would require these steps: - Add a constructor to `ScottyException`, e.g. `InvalidHeader Text Text Text` (header, value, error message). Perhaps it could be...
So basically we replace the > Modify changeHeader such that when validateHeaders is set, the name and value of the header are validated. by > Add a middleware that validates...
@fumieval you would prefer a WAI middleware I believe? I can implement this but I would prefer to have your go-ahead Personally I think putting this in `changeHeader` is more...
Okay, so should we add the middleware to `Web.Scotty`? Or a seperate module perhaps? I will get working on the implementation and we can move it around before merging.