Geoffrey Litt

Results 28 issues of Geoffrey Litt

I'm using `ExtPay` in a project that uses the rollup bundler. I got this error when running the bundler: ``` [!] Error: 'runtime' is not exported by node_modules/webextension-polyfill/dist/browser-polyfill.js, imported by...

test edited by github hi2 ┆Issue is synchronized with this [Trello card](https://trello.com/c/tAxhuEgQ) by [Unito](https://www.unito.io/learn-more)

This is a PR to serve as an initial demonstration of how we might put DOM elements in table cells in Wildcard. Not meant as a full implementation yet. [Demo...

testing

We recently switched to using esbuild to bundle, just directly invoking it ourselves. This is a bit annoying because we have to manually run bundling and typechecking separately, and also...

Just testing a Github integration

Right now we have lots of places in the code putting debug output into console.log, which can be annoying for end users. Quickest thing would be to replace that with...

Previous versions of Wildcard before the big rewrite (2ef9898b) had formula evaluation [built in](https://github.com/geoffreylitt/wildcard/blob/3d8055189a6faa440bf9f05e9aa55071ae2571c0/src/core.ts#L514). It hasn't been added in the new version yet. In the old implementation, the core formula...

We need to address site adapters by a unique identifier so that we can upload/download them from the marketplace. How do versions fit in? I'd probably say the adapter has...