Josef Eisl
Josef Eisl
The documentation says > ### std.foldr(func, arr, init) > > Classic foldr function. Calls the function on the result of the previous function call and each array element, or init...
According to the [docs](https://github.com/typesafehub/config/blob/master/HOCON.md#include-semantics-substitution) substitutions should be fixed up for included files: > Say for example that the root configuration is this: > > ``` > { a : {...
PageUp and PageDown are commonly used for navigating image viewers. Also, presentation remotes often use these keycodes for "next" and "previous". This small change adds support for these keys to...
`mx sforceimport` does not use the location specified in the suites to fetch new revisions but the default remote of the clone. This is for example a problem if one...
This enables spell checking for Jsonnet. I followed the advice from [this post](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206157349-Enable-spell-checking-for-all-strings-and-comments).
See the following reproducer: ``` $ cat test.jsonnet [ "test%d" % "3" ] $ sjsonnet test.jsonnet [ "test3" ] $ jsonnet test.jsonnet RUNTIME ERROR: Format required number at 0, got...
See the following jsonnet file: ``` $ cat duplicate_local.jsonnet { local var = ['foo'], local var = var + ['bar'], var: var, } ``` The `jsonnet` reference implementation complains: ```...
The driver for the Develco Products Electricity Meter Version 0x01, as use by my local grid operator linznetz.at, is not detected automatically: ``` ./build/wmbusmeters auto:t1 Started auto cul on /dev/ttyUSB0...