Arnout Engelen

Results 679 comments of Arnout Engelen

> This has been reported to occur with PostgreSql also Looking closer this seems to be different, filed https://github.com/lagom/lagom/issues/3251

> Was this test passing previously? It does seem to pass on version 19.1.0 (tested with python 3.8). It also seems to succeed on 19.1.0 with #907 cherry-picked on top...

Verified https://jwt.io/ correctly recognizes a JWT signature signed with key `0xFEFEFFFF` (which is `_v7__w` when base64 encoded)

> it seems that the URL specified would be able to override the engine That sounds correct to me, yes > which feels like a pretty forseeable trouble point. What...

> it seems to me like something that should be opted into somewhere Only looking at environment variables when the values from `database.ini` are empty seems simpler and safe enough...

One problem was the 'tree' view on the left failed when the path was no longer present on the current revision. Commits 5d605594ed95442d82fe5a316b78a9dbbba1c04e, 0d55f987296c7b7e2a00f55958516e0ca88bad3b and 9e6bec127c602fd2df7d116df3e27f7d3dba1393 should fix this. Commit...

Hmm yeah this doesn't work the way I expected it to - sometimes generates the wrong url's in the tree, too. I'll have to try and understand that code a...

Indeed it might be a bit obscure for klaus itself :). Indeed there are no internal links to moved files, but there might be in external sites (including search engines)...

So what you're seeing is the reference.conf files get concatenated without inserting newlines. This is not something typesafe-config can help: the files are concatenated by your build tool - in...