inmylo

Results 12 comments of inmylo

@jhlywa , if that question was for me, that's a tricky question... For example, if I make a position that has appeared 3+ times -> `in_threefold_repetition()` will return True a...

@huangzhiran , you use a different package, which does parsing from scratch again and uses some things (like **cursor**) I don't see in a current package. Can you please create...

@Thomaash , as existing pull request was not approved and closed - any chance to implement the feature in some other way?

@elithrar , my code here is to let you know that I use **mongostore**, not securecookies/sessions directly. The issue is that this package's `sessions.GetRegistry(r).Get(s, name)` doesn't even return and I...

@elithrar , please check the console output I posted. `2` is never printed. That means I can't check the error as nothing was returned, like execution is stuck

Nothing at all. Only these 5 lines I've put into description. In a line with `204` there is accessing a field of a `nil` object - maybe this causes some...

Found a reason why panics were ignored in my case, fixed it. Now I see the errors form the code above: ``` 2021/12/13 16:24:04 http2: panic serving 127.0.0.1:49810: runtime error:...

On the other hand, the `mongostore` package returns **nil** session if can't decode it. Should I move this issue to that package or you'll fix on your side somehow?

@DeltaRays , `should the session be stored if its creation returned an error?` - in this case error and nil session were returned, because it was impossible to decode existing...