Block or Report
Block or report jfinkels
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
flask-restless Public
NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
-
703 contributions in the last year
Contribution activity
May 2022
Created 15 commits in 1 repository
Created a pull request in uutils/coreutils that received 7 comments
mktemp: respect TMPDIR environment variable
Change mktemp so that it respects the value of the TMPDIR
environment variable, if no directory is otherwise specified in its
arguments. For exampl…
+66
−5
•
7
comments
Opened 10 other pull requests in 1 repository
uutils/coreutils
2
open
8
merged
- mktemp: simplify file path parameter logic
-
mktemp: combine
--tmpdirand subdirectory info - mktemp: include suffix in error message
- mktemp: fix error msg when suffix has path sep.
- seq: use usage error where appropriate
- all: clippy fixes
- mktemp: correct error message on absolute path
- mktemp: error on path separator in template prefix
- mktemp: return MkTempError from parse_template()
- mktemp: respect path given in template argument
Reviewed 17 pull requests in 1 repository
uutils/coreutils
17 pull requests
-
mktemp: combine
--tmpdirand subdirectory info - df: fix rounding behavior in humanreadable mode
- uucore: add InvalidSuffix to ParseSizeError
- df: fix incorrect rounding of size header
- mktemp: change directory permission after creation
- df: round up values if block size is specified
- all: clippy fixes
- df: show error if provided block size is zero
- df: implement POSIX conform header line
- df: use blocksize of 512 if POSIXLY_CORRECT is set
- df: read block size from env vars
- df: fix "Size" header for multiples of 1000 & 1024
- mktemp: return MkTempError from parse_template()
- tests/util: add a convenience wrapper to run a ucmd with root permissions
- df: implement Default for Row for unit tests
- df: set min width of "Used" column to 5
- df: fix "Size" column header
Created an issue in uutils/coreutils that received 1 comment
cp: error when trying to preserve metadata on dangling symbolic link
Combining the -P (--no-dereference) option and the -p (--preserve=mode,ownership,timestamps) option in uutils cp does not match the behavior of GNU cp
1
comment