Flo
Flo
I might have time to work on this next weekend. Would it be possible to add `generate-dataset` to the `build` script so that the fact that "it requires running that...
Wow thank you! I had simply stopped using codeswing because I thought it didn't work anymore and it's just that I'm opening everything in `splitLeftTabbed`. So there *is* a bug,...
Did you change the extension settings by any chance? There is a bug described in [this issue](https://github.com/lostintangent/codeswing/issues/68) that could be the reason why you're not seeing anything.
The issue is that libchromaprint-tools is about 250Mo, when fpcalc is just 1% of that... I'd love to be able to just get a linux arm64 fpcalc.
Thanks @lalinsky! It is very cool that you did that! This worked for me on "Raspbian" (raspberry pi Debian). Though I had installed the full libchromaprint-tools on it before and...
Sadly not all options can, though I've only had the issue with a very modern one: ```shell NODE_OPTIONS='--env-file=.env' esbuild-dev --watch ``` > node: --env-file= is not allowed in NODE_OPTIONS
> So In 2024, what is the way to get this working? I have spent about two hours messing around with this and I still simply get an error every...
@mrseanryan How do you run the tests? Sorry I'm mostly familiar with the jest/vitest/playwright family of test syntax. I tried making a failing test (in both the cucumber syntax and...
I do like the idea, but I can't wrap my head around the ergonomics of consuming such a procedure. Here are my thoughts so far. --- Do you have an...
Your 1st option seems nice in terms of developer experience, but, *naively*, would result in sending many times the same object over the wire... Maybe (big grain of salt here,...