James Thomas Moon
James Thomas Moon
Relates to [WSL #4241](https://github.com/microsoft/WSL/issues/4241).
After some tinkering, I'm somewhat sure this is because `Vec::::with_capacity(5).as_mut().len()` returns value `0`, whereas `[u8; 5].len()` returns `5`. However, this leads to a tangential question: For the last call to...
Thanks for the detailed reply @MichaelMcDonnell ! 🙂 This was partially a newbie lesson on allocation vs. initialization, and RTFM, lol 😊 > I recommend not using read_exact or read...
Closing. Per discussion, this is a rust design issue.
Error occurring in Python 2.7.16 using pytest 4.6.9 on FreeBSD 12. File `tox.ini` has ``` [tox] envlist = py27 skipsdist = True [testenv] commands = pytest {posargs} deps = #...
> What does your test file contain? I updated the comment. > Also what OS? FreeBSD 12. I updated the comment. > a docker image closer to your os Unfortunately...
I should have added, thanks for creating this very useful program! ☻
> Does your computer have a slow processor? It's a relatively small embedded PC running Windows 10 Pro. However, I have Sysinternals Process Explorer running. Process Explorer shows between 95%...
Thanks @eamodio . I wanted to set _Toggle Changes_ to default to _on_ for all files. I followed your post here and the instructions at https://github.com/gitkraken/vscode-gitlens#file-changes- > Adds Toggle File...
@djc @esheppa any opinion on this PR?