Fabian Becker

Results 49 comments of Fabian Becker

@vipsoft: md5(token_auth . widgetName) is not a good solution. If you change your password, all shared widgets will become invalid. We should generate a new random access key on a...

Experiencing the same issue. We have an etag middleware in place which adds etag headers using after_request. Our OpenAPI spec lists the etag cache-control headers as required. validate_responses is failing...

Nice job - please add a proper reference to the source of the pseudo code though. It's clearly taken out of a publication.

I agree. It's definitely better than not seeing any text at all. @eseifert Is there anything I/we can do to help push this forward? Trying to use this library in...

Hah, well TIL. Happy to update/change the PR to remove that little snippet. Thanks to both of you.

Yep, still happy to finish this. The tag would be a nice perk.

This isn't just happening with Python - I am getting the same behaviour with my Elixir project. Saving the file unchanged will somehow make neotest discover the tests. Then, when...

@rcarriga Had it set to debug but here you go: https://gist.github.com/halfdan/23223cc1e762a69effde1173fcc7d711#file-neotest-log. Note that L286 is where I triggered a file save with `:w`. In my case I'm on 0.8.0 stable....

Ok, additional observations: - Saving doesn't help unless I first try to trigger a run with `require'neotest'.run.run()'. - Autocmds are only registered after I try to trigger a run

- The call args here are never used: https://github.com/nvim-neotest/neotest/blob/master/lua/neotest/init.lua#L81