Juliusz Chroboczek

Results 202 comments of Juliusz Chroboczek

Alda is compiled using a Unix script: https://github.com/alda-lang/alda/blob/master/client/bin/build That script runs the code that you point at to generate the version file at compile time. This makes Alda impossible to...

> Ok maybe this helps : oligot/go-mod-upgrade#19 This seems to depend on Taskfile. Let me stress once again that Galene can be built using just `go build`, and I like...

Waiting on https://github.com/golang/go/issues/50603.

It's not discoverable, though. Needs to be added somehow in the /help message, I'm not sure how to make it clear without being too verbose.

I've tried, and the extra punctuation makes the help message too noisy for my taste.

Here's a summary of the discussion on the maling list. 1. `HTMLMediaElement.volume`, which is what the volume slider controls, does not go higher than 100%; https://xkcd.com/670/ 2. a simple workaround...

@4h30, @takdj, what's the consensus on this?

There's the coding issue, which is due to the fact that I don't know how to do Unicode regexps in Javascript. There's also the issue of punctuation, but this one...

Yes, the functionality is needed. I don't think it should be part of the server, though, it should be a separate utility. I'm not quite sure what the right approach...