Norbert Melzer

Results 106 issues of Norbert Melzer

This prepares nix-darwin and a darwinized HM configuration for a darwin VM in preparation for a proper install on an aarch64-darwin later the year.

The recent mass PR (#1015) that intended to fix `exercism.io` to `exercism.org` blindly made me check the links across the PRs and I found a broken one in this repositories...

TL;DR: I'm missing in this exercise how to handle exceptions thrown (or anay other kind of error bubble) in code called by me and how to properly clean up then....

I have disabled IFD system wide via `/etc/nix/nix.conf` as that usually warns me about potential problems early. Today I realised that this breaks building of `statix` from the flake: ```text...

![](https://files.gitter.im/550b052715522ed4b3dd8338/SLxb/image.png) Please see attached image with the not helpful error message. It can be assumed that there is a similar unhelpful message on other invalid pathes.

# Current behaviour When one provides an inexisting combination of `track` and `exercise` switches on the terminal, then the CLI will report successful download to `$(exercism workspace)/users`: ```plain $ exercism...

Is atool as described in the subject planned, available or otherwise easily possible or not wanted at all?

In exercism/exercism.io#3820 we discovered that when beeing in `~/exercism/javascript/hello-world` canceled submission because of not beeing in the workspace, as the configured workspace was `~/Exercism` (capital `E`!). Downloading exercises worked and...

When we want to debug settings we always ask for the output of `exercism configure` with the hint to redact/remove the token from the ouptut. So this time, I was...