ee7
ee7
@miki725 This PR is not the highest priority, but please review when convenient. I'd also like to bump the versions to the latest releases as a follow-up.
Well, I believe the relevant code is [here](https://github.com/nim-lang/Nim/blob/v2.0.0/lib/std/tempfiles.nim#L84-L101). From the quickest glance: it looks like this should only happen if `S_IRUSR` and `S_IWUSR` are 0. I'm not a macOS user,...
For GitHub, the [environment variables that are set by default for workflow runs](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables) include: >- `GITHUB_REPOSITORY_ID` The ID of the repository. For example, `123456789.` Note that this is different from...
Ah. I didn't catch that `concepts` was defined twice. Sorry. A duplicate key name is valid JSON, but generally recommended against. For one thing, it's less portable, as different parsers...
It's probably an improvement overall, but please take over if you want it.
When `fmt` learns to format concept `.meta/config.json` files, I think we'll need to decide between: - Adding a `--concept` option - Renaming the `fmt` command's `--exercise` option to `--slug`, which...
We could compile it natively in the future: https://github.blog/changelog/2023-10-02-github-actions-apple-silicon-m1-macos-runners-are-now-available-in-public-beta/
From the [configlet 4.0.0-beta.1 release notes](https://github.com/exercism/configlet/releases/tag/4.0.0-beta.1): >Despite the `--prob-specs-dir` removal, note that you can still: > >- Sync from an older prob-specs commit, by checking out that commit in the...
I'm sympathetic towards wanting to pin the problem-specifications version. Is your main goal to run `configlet sync` in CI, and require it to exit with an exit code of 0?...
> And I need to apologize for opening a bad issue. I stated _how_ I think my problem should be fixed, not _what_ it actually is. Thank you @ee7 for...