Skip to content

issues Search Results · repo:PyFilesystem/pyfilesystem2 language:Python

Filter by

363 results
 (62 ms)

363 results

inPyFilesystem/pyfilesystem2 (press backspace or delete to remove)

Looks like seeking is broken. ========================================================= test session starts ========================================================= platform linux -- Python 3.11.11[pypy-7.3.18-final], ...
  • mgorny
  • 4
  • Opened 
    on Feb 20
  • #592

From https://github.com/readthedocs/recommonmark Warning: recommonmark is now deprecated. We recommend using MyST for a docutils bridge going forward. See https://github.com/readthedocs/recommonmark/issues/221 ...
  • kloczek
  • Opened 
    on Jan 27, 2024
  • #583

cc: @willmcgugan @althonos @gpcimino @geoffjukes Howdy This is probably not the right form, and apologies for adding to your inboxes I wrote a little thing adding encryption to file through pyfilesystem2 ...
  • pjaol
  • 1
  • Opened 
    on Dec 13, 2023
  • #582

I ve noticed that in FTPFS, the implementation of move comes from FS, however, when moving in FTPFS, it s too slow, especially when renaming.
  • CDU-Ge
  • 1
  • Opened 
    on Dec 3, 2023
  • #581

Example with TempFS() as temp_fs: temp_fs_sys_path = temp_fs.root_path # raises AttributeError since temp_fs is of type FS To get around this you need to do: temp_fs_root_sys_path = temp_fs.getsyspath( ...
  • dsoulis
  • 1
  • Opened 
    on Nov 10, 2023
  • #580

Hi, The issue I have is that I get the errormessage : fs.errors.CreateFailed: root path C:\pyfilesytem_test_dir\DJI_0355.JPG does not exist when using getinfo. I have tried several ways to specify the ...
  • tomaslindstrom
  • 6
  • Opened 
    on Oct 12, 2023
  • #579

The problem I m trying to solve is this: I am trying to add a dry-run option to a program that git clones a couple repos and modifies them. To add a dry-run option, I need to simulate a fs or mock the ...
  • embeddedpenguin
  • 4
  • Opened 
    on Sep 24, 2023
  • #578

Pyfilesystem2 makes use of this module which got deprecated at some point. This leads to noisy DeprecationWarning s in the test suite of a project using pyfilesystem2. To reproduce: import warnings ...
  • matrss
  • 2
  • Opened 
    on Aug 23, 2023
  • #577

Hello, I was under the impression I can use fs.glob mostly like the standard glob library. However I wonder if it is intended that the pattern folder/**/* behaves differently between them. Standard glob: ...
  • LutzFassl
  • Opened 
    on May 16, 2023
  • #574

Hi there, I wrote a small QT application, fs_filepicker, a few years ago that can be used to select files in pyfilesystem2. We use pyfilesystem2 in MSS and participate in Google Summer of Code. This is ...
  • ReimarBauer
  • Opened 
    on Apr 11, 2023
  • #573
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub