Zen-Ninja Kat

Results 53 issues of Zen-Ninja Kat

Namely, I need the def of async version of `chrome.tabs.getCurrent()`. When I try to `import chrome from "chrome-extension-async/chrome-extension-async";` TS says `node_modules/chrome-extension-async is not a module`.

question

# 🐛 bug report When inspecting TS files generated with inline source maps in chrome debugger - the mapping turns out to be absolutely wrong. ## 🎛 Configuration (.babelrc, package.json,...

:bug: Bug
TypeScript
:clock1: Waiting
✨ Parcel 2
Source Maps

I am developing a Chrome extension that makes extensive use of the context menu. Currently I am unable to test that with Puppeteer. And Puppeteer is supposed to be an...

feature
confirmed
P3

It's not really an issue with Puppeteer, but maybe you guys can advise 🙏 I'm devving a chrome extension and it uses devtools protocol to emulate input to fill in...

Hi! cool product :) Typescript support in the pipeline?

Interesting, since the notion of background script is now deprecated in favour of service workers

Is it possible to use `unplugin-icons` with Parcel's build chain?

pr welcome

I would like to be able to disable auto-completion for some fields, namely commit Subject.

enhancement
to be discussed

``` jade div(data-html='First very long line' + 'Second very long line' + 'Third very long line') ``` Produces only ``.