Jon

Results 14 issues of Jon

## Info | Tool | Version | | --------- | ----------------------- | | Plugin | v1.0.0-alpha.20 | | Eslint | v8.2.0 | | Node | v14.19.0 | | OS |...

I got this message regarding multiline backticks but it wasn't obvious where I was to report this issue to, so this should make it easier for people. Thanks for the...

FakeDOMStringList seems to be extending array, but a number of array methods aren't available. Such that tests can pass and then result in failure in production. I had a migration...

| Q | A | ---------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | New tests...

The `captureIp` config param appears to be ignored when there is no `window`, i.e. Node. Which makes sense when you are capturing errors on a node server. But it also...

It would be nice to be able to resolve source maps before submitting data to Rollbar. That way the source map is embedded in the application and is guaranteed to...

enhancement

This fixes one of the issues in https://github.com/openid/AppAuth-JS/issues/120

Hi @tikurahul, I discovered since you wrote it all in Typescript that docs can be auto-generated and they seem to be pretty decent. What do you think? I've deployed using...

First raised in vite repo https://github.com/vitejs/vite/issues/4687, but I'm fairly sure it is caused by this plugin. ### Describe the bug While running vite in serve mode (but not build mode),...

needs reproduction

I can't figure out how to listen to material component custom events in Vue 3. The following doesn't work: ```html ``` Where as this does: ```js onMounted(() => { drawer.value.addEventListener('MDCDrawer:opened',...