aslak01
aslak01
Hey, I had to modify auth.service.js to get this to run, adding ``algorithms: ['RS256']`` to the expressJwt configuration. There are also quite verbose warnings popping up at ``npm run dev``...
**Is your feature request related to a problem? Please describe.** As far as I can understand, `.finicky.js` has to be located in `~`, which is a folder I would like...
There are dozens of us out here still using mustache templates. I've tried several different alternatives that all nearly support formatting it consistently for me, but nothing quite works. It...
This PR contains mostly nits from the stricter [`gofumpt`](https://github.com/mvdan/gofumpt) go formatter about whitespace and error formatting without initial Uppercase and ending punctuation, and a couple changes from snake_case and SCREAMING_SNAKE_CASE...
This PR replaces calls to the `ioutil` package which was deprecated in go 1.16 with the recommended `io` and `os` functions, see: https://pkg.go.dev/io/ioutil
Hey, I just started using the package, but it seems like I can no longer execute my CI, as tests fail by trying to execute tests in nested folders of...
Alias types
Hey, I just noticed the typescript cleanup PRs being merged and I wanted to make a suggestion about using type aliases to make complex types more easy to reason about....