Michael Floering

Results 83 comments of Michael Floering

> No worries if you haven't got time -- we want to add this too so maybe we'll have the chance to slim this down. Feel free, of course! Just...

I'm curious, what's missing from the current state of the codebase? The README links to * [mozilla/webextension-polyfill](https://github.com/mozilla/webextension-polyfill) * [@types/firefox-webext-browser](https://www.npmjs.com/package/@types/firefox-webext-browser) Here's the snippet and usage docs: > Add the excellent [promisified...

> Right, I forgot that last time I received an error > To be fair, a new repository should be created, called "extend-browser/rollup-plugin-browser-extension", as this account is about extending Chrome...

> The issue is that it makes the package size needlessly bigger Re: package size, `webextension-polyfill` is ~9kb minifed, ~3kb minified and gzipped ([bundlephobia](https://bundlephobia.com/[email protected])). For a web extension, that seems...

@avi12 Super helpful information, thank you!

This might be of use: https://github.com/AlecAivazis/survey > A [go] library for building interactive and accessible prompts on terminals supporting ANSI escape sequences

## I want something like this! As a user I want something like this too. In Docker terms I'm leaning more towards `ENV` than `COPY` as a way to address...

(Re-opened the PR to add support for `ENV`, and a default `XDG_CACHE_HOME`.)

Good call. various tools auto-discover “venv” and “.venv” - including IDEs like PyCharm and the (wonderful) package manager, Poetry

Hah I was misunderstanding this thread. I thought it was talking about which directory name to use for a virtualenv if created within project. But I think OP was talking...