Dave Yarwood
Dave Yarwood
The latest version of alda.wasm can always be found at: https://alda.io/assets/wasm/alda.wasm (EDIT: Actually, that's not _totally_ true. It's the latest version of alda.wasm that was available at the time that...
Fantastic work, @severak ! It works out of the box for me on both Chrome and Firefox, and even on Chrome on my Android phone! Long term, I am working...
Hi @KenP97 , thanks so much for the PR! I'm busy with work this week, but I hope to review and test it in more depth soon. Another quick comment:...
I had a few minutes to test this branch tonight, and it looks like it's working overall, but I did observe a couple of issues: ### 1. Logging doesn't play...
Another potential issue: I see that you are using the Gookit color library directly in various files instead of using `alda.io/client/color`. [alda.io/client/color](https://github.com/alda-lang/alda/blob/master/client/color/color.go) is doing some important things like disabling color...
That's just an example of how we can disable color based on NO_COLOR, and we are currently doing that in color.go. It would be better if Zerolog did that check...
That's interesting! I thought that Powershell supported ANSI escape sequences. I found [this article](https://duffney.io/usingansiescapesequencespowershell/), for example. It looks like that's [new in Powershell 7](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_special_characters?view=powershell-7#escape-e), though, and I'm not sure if...
I don't know of anything that we're doing in Alda that would behave differently there than other programs. Are there color theme settings that you can change, such that you...
Do other programs behave this way in PowerShell, too?
That's interesting! I wonder if this might be a peculiarity of Go. `alda-player` isn't written in Go. Can you try running `alda-player info` and tell me if it has the...