Emil Sågfors
Emil Sågfors
##### Background: Some i18n tools (e.g. [Tolk](https://github.com/tolk/tolk), different translation services) attempt to detect the default `%{key}` syntax, and warn you if the same placeholder is missing from the translation. Understandably,...
This helps a lot when debugging your setup. For example, it should make it clear whether the PATH was set to something other than what was expected, or if it...
For some reason, `$USER` was not properly set when running the `login` command. I'm OSX 10.10, but I can't say if that is the underlying cause. I would however throw...
This is a revamp of the feature proposed in #292, though named differently. I tried to avoid confusion by making the name pretty explicit, but I'm open to suggestions if...
This is a partial fix for #400. I'll do a PR in [dry-rb/devtools](https://github.com/dry-rb/devtools) with the matching tooling change. For the record, this ordering is what we get with: ```ruby project_versions.sort_by!...
I noticed the version selector for `dry-schema`docs has a surprising order, and the same seems to apply for other projects as well: ![screenshot of version selector, with versions in unsorted...
### Description I'm on an M2 Mac, installing `nim` and `mingw-w64` using `brew`, then cross-compiling with `nim c -d:mingw --cpu:amd64`. With the default config, Nim tries to use MinGW-w64 tools...
When importing keys for a secondary locale, I would like Tolk to be able to read from multiple YAML files. Currently it's limited to one plain `#{locale}.yml`, and leaves out...