Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aymericbeaumet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Earth is now our only shareholder
(patagonia.com)
126 points
by
aymericbeaumet
4y ago
|
51 comments
2.
▲
Developers, please nurture your coding experience
(aymericbeaumet.com)
1 points
by
aymericbeaumet
4y ago
|
0 comments
3.
▲
Faster Git clones with sparse checkouts
(aymericbeaumet.com)
2 points
by
aymericbeaumet
4y ago
|
0 comments
4.
▲
by
aymericbeaumet
6y ago
OP here, thanks for the amazing comments. Some nice projects to look into! As much as I love z, I'm also a fan of fzf, both are really complementary. I'm using this little piece of code (not from me, but cannot find the original s
5.
▲
Behold z, the unsung jewel that rethinks shell navigation
(aymericbeaumet.com)
142 points
by
aymericbeaumet
6y ago
|
68 comments
6.
▲
Prevent chromedp Chromium zombie processes from stacking
(aymericbeaumet.com)
1 points
by
aymericbeaumet
6y ago
|
0 comments
7.
▲
Behold z, the unsung jewel that rethinks shell navigation
(aymericbeaumet.com)
2 points
by
aymericbeaumet
8y ago
|
0 comments
8.
▲
by
aymericbeaumet
12y ago
A one could indeed export its requires. However, my idea was was to stay close to the require caching system existing in Node. As a personal taste, I by far prefer to configure my application in a JavaScript file rather than a JSON file. An
9.
▲
by
aymericbeaumet
12y ago
Is Duo smart enough to remember when it finds a library requirement with a specific tag? So that it is not necessary to indicate the tag on the other places where this same library is required. If so, manifests could be written in a very ne
10.
▲
by
aymericbeaumet
12y ago
There are always ways. But I find Grunt much more handy to do it.
11.
▲
by
aymericbeaumet
12y ago
I think you are talking about this[1], indeed you are right. However, task dependencies allows sequential tasks execution, but that's not very handy as you may want a same task to be executed in two different sequences. Let's see
12.
▲
by
aymericbeaumet
12y ago
I remember some discussions on Gulp's issues tracker where maintainers were reticent about integrating sequential tasks execution. But that's great if you are going to do it. This may make me come around and give a second chance t
13.
▲
by
aymericbeaumet
12y ago
I didn't know about it! Thanks
14.
▲
by
aymericbeaumet
12y ago
Even though they are clearly related, Gulp and Grunt are fulfilling different purposes. You should carefully examined your needs before choosing one over another. I recently switched to Gulp for several projects, and I'm thinking of sw