Lars Olsson

Results 7 comments of Lars Olsson

Alright, checked using `MONITOR` what commands that were sent to the server. ```text 1650378734.447932 [0 10.209.118.11:54998] "AUTH" "(redacted)" "(redacted)" 1650378734.447966 [0 10.209.118.11:54996] "AUTH" "(redacted)" "(redacted)" 1650378734.475334 [0 10.209.118.11:54998] "ECHO" "7R\xcf\x98...

Hi! Sorry for the late reply. I haven't really touched my router code since I filed this issue. It was trivial for me to change the code to use the...

I just encountered a very similar problem using LiteDB 5.0.16. Having a `KeyValuePair[]` serialized just fine but returned null for every **value** when deserializing. For me the easiest way to...

No need to hurry to find a solution _right now_, it's easy for me to seed the DB in another way. More documentation is always welcome, but the source code...

I have very little knowledge of Crystal internals, but I don't think this is a bug. In general, `Child < Parent` means that Child inherits from Parent, regardless whether Parent...

> [@lasso](https://github.com/lasso) The aliases in your example are never used, so these generic instance types never get instantiated at all. That's why they don't show up in the subclasses. This...

Golang also took the "flexible" approach: https://github.com/golang/oauth2/issues/441