wildcard icon indicating copy to clipboard operation
wildcard copied to clipboard

A browser extension for customizing web apps with a spreadsheet view

Results 63 wildcard issues
Sort by recently updated
recently updated
newest added

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...

dependencies

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...

After downloading the zip from the releases page and attempting to load the unpacked extension, I get the following error: `Could not load javascript 'dist/wildcard.js' for content script. Could not...

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...

In previous iterations of Wildcard we used the stock Handsontable Filter plugin to directly sort and filter the data table. Now Handsontable is no longer responsible for sorting/filtering the table...