Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Popular repositories
-
-
-
-
-
Forked from micropython/micropython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
C 1
488 contributions in the last year
Contribution activity
February 2020
ericsnowcurrently has no activity
yet for this period.
January 2020
Created a pull request in microsoft/vscode-python that received 5 comments
Fix the return value for FileSystem.isReadOnly().
(for #8995)
The return value didn't get fixed when we changed isPathWritableAsync() to FileSystem.isDirReadonly(). Here we fix that and update the …
+39
−20
•
5
comments
- Use the VS Code FS API in RawFileSystem.
- Factor out FileSystemUtils
- Drop PlatformService as a dependency of FileSystem.
- Make proper unit tests for EnvironmentVariablesService.
- Drop FileSystem.getRealPath().
- Add helpers for identifying "system" errors.
- Factor out RawFileSystem.
- Factor out the tempfile-related code.
- Skip a few platform-related tests for CI failures (for now).
Created an issue in ericsnowcurrently/multi-core-python that received 4 comments
Language Summit talk (PyCon 2020)
By April the initial phase of the project should be wrapping up. This would be a good time to provide a retrospective. I've submitted a proposal fo…
4
comments