Kristján Oddsson

Results 139 comments of Kristján Oddsson

The tests run fine for me now so we might be missing coverage here.

We're still working on getting the stale bot right. I've made changes so it won't mark bugs as stale.

JSX isn't HTML and has its own semantics. One of the ways it differs from HTML is that all elements need to close, either by self-closing or with a closing...

It sure is, it's published on the [`npm` registry](https://www.npmjs.com/package/chai-jquery).

Any news on this?

That sounds good to me! I've never touched on vimscript before so I had some trouble setting this in my `vimrc` but I got it (sorta) working :)

Only thing that needs to change is that the snippet will open the file up in the current buffer (ie. the NERDTree window). I'm hoping to get a chance to...

I don't think we want to do this. CommonJS is a legacy pattern and we don't want to support it. As far as I can tell NextJS already supports ES...

Given the assertion: > The lack of a CommonJS build is preventing this dependency from being used in applications using NextJS. And the fact that [NextJS does support ESModules](https://nextjs.org/blog/next-12#es-modules-support-and-url-imports) I'm...

Ah, I removed it since I thought the script was too verbose. I don't mind adding it back but I might hide it behind a log level in the future.