Alex Nordlund

Results 385 comments of Alex Nordlund

Mostly from a user perspective, given that helm seems to be the minority it'd probably be confusing to have two different kind of releases in the same repository, especially since...

There's nobody working on this specific issue, but there's a bunch of open PRs related to helm and some like https://github.com/mastodon/mastodon/pull/19706 are basically needed for a successful deploy. But if...

I've setup a repository containing builds of the chart from this repository https://charts.xd.cm/mastodon/ It's not automatically built as a lot is happening in the chart lately and I don't want...

The only way to get ahead of the competition is to start at 2. Other people are already starting at 0 and 1.

I've been thinking about this, and most languages seem to start with numbers, why not start with the letter `i` instead?

I've got a Mac with a notch and if I start xbar it doesn't appear in the bar If I then launch Bartender 4, it happily appears in Bartender 4...

Alright, I found the corner-case. It's in this project's build-script 😁 The publishing section in `build.gradle` needs to use `version.toString()` otherwise the build fails. Could you do this change and...

The reason we forked this is because of Gradle 5+ compat, if you can live without grunt/gulp (or can use NpxTask to run them) there's https://github.com/node-gradle/gradle-node-plugin

How reliant on gulp are you? Could you use gulp through `npx` as a workaround?

You need Gradle 4.5 or newer, if you cannot upgrade from Gradle 4 I recommend you upgrade to the latest Gradle 4.10.3