Max Nordlund

Results 23 comments of Max Nordlund

BusyBox seam to have added the common [compression options](http://www.busybox.net/downloads/BusyBox.html#tar) to tar fairly recently, and are in the next version. It would be very nice to upgrade the base image to...

I've been using VS Code with this extension for a couple of years now and I haven't really experienced any slowdown, except for `.` with many multiple cursors. The latter...

Not really no. It's Erlang these days, and Python before. I _do_ write some JavaScript but not TypeScript if that makes a difference.

Hm, I don't know. I verified it locally, but that's a weak argument. Maybe setup a small project/directory with a Gemfile and .tool-versions and run `bundle install` and see if...

I implemented support for local bins just for myself, wasn't so bad actually. Though I did use the old `which` hook. https://github.com/maxnordlund/dotfiles/tree/master/bin https://github.com/maxnordlund/dotfiles/tree/master/nodenv.d

> I ran into a similar issue where I had multiple `background-image` properties: one with `image-set` and one as a fallback with a simple `url()` and was surprised when I...

I like it. I hadn't thought about using something else the strings, which yours solves neatly. If you want to DRY something up, just add a helper function, that's my...

I think this is related to #719

Hm, what if calls to builtins, like `set`, were synchronized? @ridiculousfish Then subshells could update global/universal variables but allow everything else to run concurrently, or am I missing something else?

I was leaning towards multiple threads, and come to think of maybe it would be easier if script execution was always running in the background. Every time it needed a...