Konstantin Gukov

Results 32 comments of Konstantin Gukov

Has anything changed? Is there an option to do so now?

Friendly ping? (:

Maybe revert `Counter` behavior, and create a new variable type like `ResettingCounter` that resets when not used on the iteration?

If it helps, happy to do so :) JFYI, building from source requires Rust on the target machine. Could you please explain what you mean by repackaging? I'm not familiar...

Hi! You're right, it only parses UTC. See the call to the Rust library: https://github.com/gukoff/dtparse/blob/master/src/lib.rs#L20 We could make parsing timezone-aware. I think fixed offsets should be easy to support. It's...

I think that's possible. If the pattern doesn't contain hours, we can e.g. add `$%H` to it and `$00` to the datetime string (here `$` is nothing but a sentinel)....

>An argument can be made for auto-unsetting of the field actually being beneficial in terms of storage. This is true. However, there's always a tradeoff between simplicity and performance, and...

I see your point, but the problem is that it's often impossible to do. A simple example might be an external dependency. In case I had to use a patched...

The problem is that `FileHistory` [unconditionally simulates](https://github.com/libgit2/libgit2sharp/pull/963/commits) the behaviour of `git log --follow` and attempts to track the file renames. As @ki0ki0 already explained, the code of `FullHistory(...)` [expects](https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/Core/FileHistory.cs#L135) that...

If you encounter this problem, edit the URL on the page where you get the `×_× WiFi connection failed` error. In this URL, find the `ssid` parameter. Replace all `+`...