only a cat of a different cloak
Block or Report
Block or report merelymyself
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
TheAlgorithms/JavaScript Public
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
-
482 contributions in the last year
Happy Halloween!
Learn how we count contributions
Less
More
Activity overview
Contributed to
nushell/nushell,
merelymyself/merelymyself.github.io,
merelymyself/config_files
and 42 other
repositories
Contribution activity
October 2022
Created 25 commits in 4 repositories
Created a pull request in nushell/nushell that received 11 comments
make ++ append lists
Description
Related: #6746. ++ now works with adding lists to lists, values to lists and lists to values.
[1 3] ++ [5 6] -> [1 3 5 6]
[1 3] ++ 5 -> […
+104
−2
•
11
comments
Opened 11 other pull requests in 3 repositories
nushell/nushell
2
open
1
closed
6
merged
-
Make
seqreturn aListStreamwhere possible. -
prevent error when
linesreads bad bytes -
make flatten return
Errs instead ofValue::Errors - add more helpful error for calling a decl that exists in a module
-
Improve erroring of
config nuandconfig env -
let
aliaslist aliases - return gid and uid in numbers if name not found
- Don't attempt to eval and trace if the repl line is empty
-
allow for
$into affect environment

