Jonathan Mast

Results 15 comments of Jonathan Mast

Thanks for reporting @igorescobar, I'm sorry this is causing you problems. I did see that error myself but it went away on its own so I assumed it was just...

I am having this issue from time to time as well. If I ignore the error it still works.

It appears this issue was never fixed. Due to updates in spree it now raises a NotImplementedError for cancel. I couldn't find where the refund method is actually used. Could...

At least for me this is caused by using the neovim-treesitter highlighting. When this is active you can no longer query the current syntax group using `synId`, which `yats#IsInMultilineComment` depends...

@wdavidw I've added a demo illustrating the issue: https://github.com/jonmast/node-csv/tree/master/demo/ts-moduleresolution-node16-cjs Running: `npx run typecheck` in that directory should return the error. I believe this happens with the combination of `module: commonjs`,...

I've opened PR #377, thanks for the speedy response @wdavidw!

Sure, I can rename it. You are correct that the error isn't node version specific, it is from Typescript's "node16" resolver which was built to be compatible with the new...

Thanks for the quick response! I am not currently a user, I was just evaluating integrating and wanted to make sure the project wasn't dead. Good to hear it's still...

Typescript doesn't allow "static" on interfaces. It may work with Vite, but that's because it doesn't actually check types. If you replace "interface" with "class" in your example I believe...

I'm seeing the same error - also using the piraeus operator but I'm on kernel 6.1