Peter Strøiman
Peter Strøiman
I might have found a workaround for now. Add 'script' to `g:vimwiki_valid_html_tags` and add the following script to the specific blog page. Note that I have to split up the...
I don't have any plans for native support. I'm only using this from a bucklescript environment myself, and I have only published as NPM repo. I'm only using this on...
Hi. I'm super glad, that people still find this useful that I created so many years ago to address a problem I had back then. But I haven't been coding...
Hi, I never saw the reply on Oct. 26th. But can't you just fork it, and maintain it under a different name? Last time I coded in go, package references...
My best guess from your description is that you need to assign the examples to a value named `specs` ``` let specs = describe "My feture" [ it "works" ......
Casing is important! lowercase `specs`
If you could create a pull request, that would be awesome.
Hi. Thanks for the feedback, it's much appreciated ;) I don't think that adding promise support should be too much of a problem. But I didn't start adding it because...
Just ran into this issue, using JSDOM to test an HTMX application. Until merged, I have the following workaround: ```javascript const fixXPathEvaluator = (browser) => { const { XPathExpression, XPathResult...
> Thank you for your submission, an automated scan of your plugin code's revealed the following issues: > > ### Optional > [[1](https://github.com/stroiman/obsidian-dev-publish/blob/8e87b333db8b6ba128043fdd4c84f0ad62f41fed/src/medium-gateway.ts#L91)]:Casting to `any` should be avoided as much...