Ali Rizvi-Santiago
Ali Rizvi-Santiago
You can use an `:tmap` with `` and `:normal` to add a friendlier interface to your terminal buftype. If you're using Neovim, you can also use `` (in your map)...
Ftr since junctions are actually different from links, It'll require platform-specific code. Here's a reference for the devers: https://eklausmeier.wordpress.com/2015/10/27/working-with-windows-junctions-in-python/
If you made a PR, can you reference it in this issue? That way us users can merge it into our own `salt/modules/file.py` before the devers get around to merging....
Actually while thinking about this, maybe I can incorporate it into my PR. I submitted PR #55000 which adds hard links to posixy environments. Since you can't hard link a...
(This would have the effect of `file.hardlink` being usable with directories on Windows, but not on Posix.) The one issue is that with hard links you can't read its target,...
Ok. I'll leave it alone as a completely separate implementation then..
ftr, op's implementation is at https://github.com/gigi206/VSCode-Anywhere/blob/2a55aec128ee9234b7fa6d3f9610e4a5878d1403/_modules/scoop.py#L81, and it's based on the implementation at https://eklausmeier.wordpress.com/2015/10/27/working-with-windows-junctions-in-python/.
Fixing this issue will require updating the implementation of `tinfo.location` from the `base/_interface.py` module, but will also require correcting the `function.type.*.storage` functions which seem to explicitly assume that a tuple...
Ah, the solution wasn't intended as only being a fix for cloudflare. But rather for whitelisting addresses in a network that the user may consider trusted. For example, a work...
probably better to post this in discussions rather than as an open issue...