Pavel Roskin
Pavel Roskin
Let's drop the parts talking about specially constructed code that creates a reference cycle. Let's start with the practical goal of writing the tree data structure, which is discussed at...
### System OS: Windows 10 22H2 Version: 0.13 ### Logs A message box appears: > The code execution cannot proceed because VCRUNTIME140.DLL was not found. Reinstalling the program may fix...
### Problematic page: https://google.github.io/comprehensive-rust/concurrency/send-sync/examples.html ### Example of inaccuracy: `Arc` is in the `Send + Sync` section. However, a later page about `Arc` says that it's not true for all types:...
The version of alejandra on crates.io is 1.5.0: https://crates.io/crates/alejandra Note `alejandra v1.5.0 appears to have no README.md file` on that page. It gives a wrong impression that the project is...
Whether we like it of not, generated files are often under version control. StGit itself has `Cargo.lock` in git. I'm a heavy user of `stg edit -d`, it helps me...
The behavior of Escape is incorrect when the "Single Press" option in turned off. It's different from Linux, making it hard to have consistent muscle memory. Here's what the manual...
GnuWin32 is not actively developed. It doesn't even provide a recent gmake compatible with our makefiles. MSYS2, other the other hand, is actively developed. It is also included with Git...
The table of contents is always shown on two Amazon Kindle devices I'm using to read the tutorial. One is Kindle Oasis with 7" screen, another is Kindle Fire HD...
I was assuming that grive2 can handle conflicts when the same file has been changed both locally and remotely. I've just witnessed grive2 override my local changes because the remote...