Simen Strange

Results 30 comments of Simen Strange

Also, on the topic of object comprehensions and for loops. Recursive functions does not have this issue. I ended up creating my own forEach/map function: https://github.com/dxlr8r/dxsonnet/blob/main/lib/obj.libsonnet With a function like...

As an interactive shell, keybindings is very important to any user looking to use elvish as an interactive shell.

Terraform is very particular with what fields it accept; so the short answer no. The longer answer is, yes of course there are workarounds. I have one implemented, but the...

That would be very difficult. In this case, I want to merge several sources. Some of those sources are jsonnet, and there mixin can be used. Others are HCL converted...

I could, many different workarounds one could think of. Personally I believe people would except std.mergePatch to merge Jsonnet objects. My alternatives for my use case is to either create...

Homebrew does not compile FreeTube, it fetches and installs the built binaries. A binary that requires Rosetta to run on ARM Macs.

https://github.com/micromata/dave/pull/55

I've been thinking, I think I want to replace "write" with "create". What we want to restrict is creating of directories and files. Right now, the code disallows truncation and...

> When I get the time, I'll look into it. Done, see new commit