Block or Report
Block or report dev2718
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
neural-style Public
Forked from jcjohnson/neural-style
Torch implementation of neural style algorithm
Lua
-
face_recognition Public
Forked from ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
Python
-
libelektra Public
Forked from ElektraInitiative/libelektra
Elektra serves as a universal and secure framework to access configuration parameters in a global, hierarchical key database.
C
-
xontrib-output-search Public
Forked from tokenizer/xontrib-output-search
Get identifiers, paths, URLs and words from the previous command output and use them for the next command in xonsh shell.
Python
171 contributions in the last year
Contribution activity
March 2022
Created 1 commit in 1 repository
Created a pull request in xonsh/xonsh that received 2 comments
fix 4343 by always trying greedy=True in _parse_ctx_free
This change makes some statements that were syntax errors previously like (ls) > /x valid syntax, which solves #4343 and replaces #4694. For community
Created an issue in xonsh/xonsh that received 1 comment
$XONSH_TRACEBACK_LOGFILE with '~' crashes xonsh
Steps to Reproduce $XONSH_TRACEBACK_LOGFILE = "~/log" raise Exception xonfig Current master. Expected Behavior Log gets written without errors. Cur…