Peter Strøiman

Results 28 comments of Peter Strøiman

Just compile the plugin yourself? Don't know if this has been mentioned before, but the _source code_ for the plugin is licensed under MIT, so legally you should be fine...

That's a good point - and that part isn't a big issue for me either. But doesn't `go test` under the hood cache the result, so it avoids rerunning unmodified...

At any rate, a stable `--watch` is the most important feature. TDD for me is about feedback, it's making a change to the code, and verify that it has the...

I wasn't aware of `go list`, but that made me solve half the problem in the shell, to generate the `--packages` argument automatically. It's not exactly what I want, as...

Ah, and the `PREFIX` could be detected by `go list` without arguments, removing the need for a hardcoded value.

Hey, :) Your mentioning of `go deps` made me make a small shell script where you can specify a package to test (so far only one - unless multiple work...

Allright, I rolled back the @types/node update But it is correct that Obsidian comes bundled _with a_ version of node.js? Is there an overview which Obsidian versions use which node...

Allright, a bit of searching made me understand the steps in the auto-converted file does; as well that there's a new typescript plugin compatible with the flat format, simplifying the...