Michal Nazarewicz
Michal Nazarewicz
Not only that. Even if I could convert to and from `&OsStr` easily, if uses passes `--file=/path/to/filename` the method will give me `("--file=/path/to/file", "name")`. I can check that the argument...
> This ACP is tracking a different request, which is the ability to obtain the valid Unicode portion of an &OsStr. The motivation for this ACP is argument parsing. I...
Was there any progress or discussion on this topic anywhere?
Related problem is that there’s no infallible way to create Height from ClientConsensusStatePath since the latter stores height as two u64s. I’ve looked into changing ClientConsensusStatePath definition to be: pub...
> formatting code using [black](https://github.com/psf/black) (or any other automatic formatter if you have preferences) FYI, we’ve been using yapf for other projects with [style based on Google style](https://github.com/near/nayduck/blob/master/.style.yapf) so we’re...
https://github.com/near/nearcore/issues/7714 Also, the whole proof infrastructure is still work in progress so I’d argue it’s not that high priority.
I actually can’t reproduce it. After the command is done, the window on the left remains selected and undimmed while the one on the left is dimmed. What Emacs version...
Thanks. I’m actually running 30 so this could be something that got fixed on master. I’ll try to reproduce on stable when I find a moment.
Columns being 77 is really surprising. Rows being one less has been an issue at one point but it should have been fixed since IIRC.
Those sizing issues are always annoying to debug and I pretty much never could reproduce them to be honest. Could you provide output of `xrdb -query`? Also, if you up...