Iain Reddick

Results 6 comments of Iain Reddick

I'm up for helping out with ruby and CSS. The actual color codes used for ruby are inconsistent, which would be the first thing I would look at (standardize color...

I wrote a problem-specific one over on the JavaScript track [here](https://github.com/exercism/xjavascript/blob/master/exercises/custom-set/example-gen.js) (was some time ago now). I remember looking at the ruby and scala tracks to see how things were...

I am experiencing something similar on Mac OS 11.7.10 I'm building v22.1 via Homebrew (I'm aware that Homebrew no longer officially supports this OS version) Clang: 13.0.0 build 1300 macOS:...

I've now successfully built v22.3.0 directly (ie. not via Homebrew) using the same release archive that Homebrew uses in its formula: https://nodejs.org/dist/v22.3.0/node-v22.3.0.tar.xz [Homebrew formula](https://github.com/Homebrew/homebrew-core/blob/4f2d56a234f63e4cb6b49ff5a6c00f4ae0f4589c/Formula/n/node.rb) I used the default build steps...

I noticed that the instance linked to in the initial report is on v4.2.10 My instance (mastodon.social) is on v4.3.0+pr-32536-967d9e8 and while the UI is a little different, the same...

I've had a look at the code and I think the problem is that the 'last edited' datetime formatting call doesn't specify what to do with the year: ``` ```...