Jeff Griffiths

Results 53 issues of Jeff Griffiths

Using `import * as matter from 'gray-matter'` gets to top level scope of the module, not the default export. I'm guessing at some point the module was adjusted to have...

For browsers / devtools like Chrome and Firefox that support sourcemaps, it would be great to have generated sourcemaps.

Problem: some developers using webnative ( like me ) will use tooling like sveltekit and initialize our code in a component, effectively hiding it from the DOM and any kind...

enhancement

Github actions seem to support puppeteer: https://github.com/puppeteer/puppeteer/actions This might be a simple first step towards having a complete-ish set of unit tests that run in current desktop browser runtimes. @walkah...

testing

We should explore using something like [lowdb](https://github.com/typicode/lowdb) ( or similar ) in examples or possible as an integrated utility. @bgins what do you think?

enhancement

# Summary When I link a new Firefox browser, I reliably see this error in the console: ``` Uncaught (in promise) TypeError: can't access property "cid", a.metadata is undefined r...

bug

We're not catching some invalid username on signup. This was caught investigating fission-suite/auth-lobby#81 Usernames like this: * `jeff--` ...get an error like `Sorry, jeff-- is not a valid username. You...

Currently when the cli detects a newer version, we show this: ``` ➜ wnfs-migration (issue-2) ✗ fission whoami ⚠️ A new version of Fission CLI is available: 2.17.2 (AKA 'Wicket')...

💗 enhancement

Currently it looks like we just have the IA64 binaries, we should probably roll either arm-specific binaries or multi-arch binaries: https://github.com/fission-suite/fission/releases/tag/2.17.0

💗 enhancement

Basically extend the YAML syntax to support different sections for dev, stage and prod environments, mostly to enable something like `fission app publish --stage`

💗 enhancement