Omar Diab

Results 94 issues of Omar Diab

Right now sizes and spaces are ad-hoc, they can be predefined and applied automatically like we do on the main Every.org app; probably not worth investing in until #77 is...

tooling

Doing it manually is a bit of a drag, would be nice if it happened automatically. then we can get rid of #87 and the associated github action

tooling
p3

it's brittle and makes it hard to understand how the build system works

tooling
p3

We probably need to do some version bumps. Also will check if dependabot is enabled

tooling
p4

Would be nice to generate the options/examples automatically from source with something like JSDoc.

tooling
p3

- if changes are made to `cloudflare-worker` and pushed to a `production` branch - then a github action gets spun up after CI tests complete - that runs `wrangler publish`...

tooling
p3

We should get them to run. Some issues: - for `src/components/EveryMonth/EveryMonth.test.js`: `Jest encountered an unexpected token` - looks like code is not getting downcompiled to node-compatible environment properly - for...

bug
tooling
p1

Probably release a `preact` library, and then a `react` wrapper (with `react` as a peer dependency). Document it

p2
integration

would be nice if we can log to our Sentry instance or something when stuff goes sideways, the `console.log` calls just get lost so detecting emergent bugs is tough

tooling
p2

right now it thinks there are changes when there aren't because of machine-specific details leaking into sourcemaps and stuff - gotta figure out why

tooling
p2