recursive
Here are 342 public repositories matching this topic...
isHidden_windows.go was throwing the error: "The system cannot find the path specified."
I discovered this was due to syscall.UTF16PtrFromString(pointer) not working with file paths longer than 260 characters.*
I fixed it by changing syscall.UTF16PtrFromString(path) to syscall.UTF16PtrFromString(fixLongPath(path)), and adding an extra file containing this:
https://golang.org/src/os/pa
https://pypi.org/project/deepdiff/
At the location linked above, under the heading 'Deep Diff' it says 'Please take a look at the Deep Diff docs' and links to https://pypi.org/project/deepdiff/deepdiff/diff_doc.rst, which doesn't exist. The link on the line below that to the full documentation on read
-
Updated
Oct 15, 2019 - Go
-
Updated
Jun 22, 2020 - Python
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
Apr 1, 2020 - JavaScript
Bower.json declares it, but package.json doesn't.
Bower is deprecated so we should add it to package.json for anyone importing via npm.
-
Updated
Jul 13, 2019 - JavaScript
-
Updated
Jul 4, 2020 - Clojure
-
Updated
Feb 28, 2019 - PHP
-
Updated
Feb 21, 2019 - TypeScript
-
Updated
Jan 2, 2019 - Python
-
Updated
Jan 21, 2018 - Racket
-
Updated
Jun 6, 2018
-
Updated
Mar 24, 2020 - Python
-
Updated
Oct 2, 2018 - Perl
-
Updated
May 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the recursive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recursive topic, visit your repo's landing page and select "manage topics."
From: https://boltons.readthedocs.io/en/latest/setutils.html#boltons.setutils.IndexedSet
This appears incorrect. Perhaps it is a remnant from an earlier version of the library?