WayneSherman

Results 11 issues of WayneSherman

**Tested: Windows version "pwsafe-3.55.0-bin" on Windows 10** 1. Google "Drive File Stream" installed which creates a virtual "G:" drive 2. Open test_file.psafe3 file from Google "G:" drive 3. test_file.plk file...

With reference to: https://github.com/tazjin/nix-1p/blob/1cf10d3fb78d2500ea46640492e0a92aeda5fe69/README.md?plain=1#L578-L580 Looking specifically at the phrase "the set in which it is defined" it isn't clear: 1) What is "it"? (the callpackage function?) 2) Which set is...

Parenthesis ( ) are used in the example here: https://github.com/tazjin/nix-1p/blob/1cf10d3fb78d2500ea46640492e0a92aeda5fe69/README.md?plain=1#L289 But their syntactical use and meaning in the Nix language has not been defined. In the Nix language, parentheses are...

In code formatting, is whitespace meaningful? Does the syntax depend on line breaks in any way? For example, the first time functions are introduced, the full declaration is on one...

Semicolons ";" are first used in the example here: https://github.com/tazjin/nix-1p/blob/1cf10d3fb78d2500ea46640492e0a92aeda5fe69/README.md?plain=1#L67 But their syntactical use and meaning in the Nix language has not been defined. I cannot confirm if this is...

The first occurrence of the "?" character is in the table of language operators. As an operator, the "?" usage is defined as: `set ? attribute Test whether attribute set...

Feature Request While looking through the heatmap graphs, four different graphs have to be examined and compared to figure out which combination is the best on all four. It would...

rclonesync-V2 uses [rclone lsl](https://rclone.org/commands/rclone_lsl/) to cache file metadata to speed up compare operations. The lsl output does not include checksums, so there isn't a way to confirm the local and...

enhancement

Reading through the code, I found what looks like a race condition which can cause a "use-after-free". When TUniqueInstance is destroyed, FThread is asked to terminate and FSocket is freed:...

When exporting drawings, the SVG exporter works with "Wires" and converts them to SVG paths of connected lines segments (i.e polylines) ( [Reference1](https://github.com/gumyr/build123d/blob/235260a8000fa9d5174df0efea100d7cff332ec6/src/build123d/exporters.py#L1050), [Reference2](https://github.com/gumyr/build123d/blob/235260a8000fa9d5174df0efea100d7cff332ec6/src/build123d/exporters.py#L1053-L1054)). The DXF exporter, in contrast, works...

enhancement