Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
222 contributions in the last year
Activity overview
Contributed to
recolic/product-uniqer,
recolic/awesome-hust,
recolic/private-notebook
and 5 other
repositories
Contribution activity
February 2021
recolic has no activity
yet for this period.
January 2021
Created 2 commits in 2 repositories
Opened 1 pull request in 1 repository
Qalculate/libqalculate
1
merged
Created an issue in fish-shell/fish-shell that received 1 comment
`test` fails to compare a multi-line string
in fish 3.1.2,
Problem
I have a file test.txt with the following content:
abc
def
efg
then I run
if test 'null' != (cat test.txt) echo 'good'
end
E…
1
comment