Teodor Heggelund

Results 103 comments of Teodor Heggelund

Heh. I figured that I had gotten in over my head. This is harder than other problems I've solved with Clojure. I haven't put any serious effort for SI Units...

@2food released a Clojure library for SI units today: https://github.com/anteoas/broch

I'm asking because I see that `digitalocean.v2.core/delete-droplet` is present in the source here, but not not in the Clojars version, and that there's been a while since the last time...

The first key-value pair is picked in a `(some-> bin-config first key str)` here. Looks like the rest of the `install-deps-git-or-local` function assumes that `script-name` is _one script_ and not...

Will it be possible to upgrade all bbin scripts with one command?

I would expect `bbin upgrade` to behave like `sudo apt upgrade` og `pacman -Syuu`, where everything is upgraded. Both of those commands take confirmation / ask for `sudo`. Are you...

I had a look at this, made a reproduction, and wrote a very long summary of what I learned: https://github.com/teodorlu/bbin-testdata/tree/72934325b97ce431c57ef0c581b4ed1aeedf70af/fail1/README.md Summary of what I learned: 1. The present version of...

I think that it might be a good idea to move away from string-based selmer templates for the shims to code as data. 1. With code as data, we can...

> Again, I suspect that Vim does something non-atomic on save. I think I've experienced somthing similar. I suspect there are swap files in use, and we have "bad luck"...

> reload duplication Yup - I've seen this myself too. Right now, be basically just pretend everything is atomic / sync. Not sure exactly what's best for this. Perhaps we...