Hugo Pacheco
Hugo Pacheco
# :bug: Bug report ## Description Unsigned/fake-signed JWT tokens work for the purpose of solving the JWT challenges, but Juice Shop responds with `401 Unauthorized {"status":"error","message":{}}`. ### Is this a...
I have noticed that Hakyll rules cannot locate absolute filepaths outside of the configuration providerDirectory. Is this a premeditated choice or a misfeature? If so, I believe that it would...
Hi, When reading the [documentation](http://hackage.haskell.org/package/hakyll-4.12.4.0/docs/Hakyll-Core-Configuration.html), I was under the impression that the ignoreFile function should receive a complete FilePath from the providerDirectory, but it was actually only receiving the file...
for my own projects it is useful to import some of the of the SourceGraph functions directly, such as , cyclomaticComplexity, instead of running the comand-line tool. I have lazily...