Jordan Eckowitz

Results 9 comments of Jordan Eckowitz

Same issue here. When trying to run `serverless-offline` it crashes for python lambda functions as its looking for `.js` or `.ts` file extensions.

I've used `react-tracked` (https://github.com/dai-shi/react-tracked) on projects that use context with great results. It acts as a proxy between the context and components consuming it - only triggering re-renders to components...

Same issue here. This is the URL it tries to hit: https://graphql-engine-cdn.hasura.io/ddn/cli/v4/latest/cli-ddn-linux-arm64 If I change the URL from `arm64` to `amd64` the download works: https://graphql-engine-cdn.hasura.io/ddn/cli/v4/latest/cli-ddn-linux-amd64 Is this a bug (missing...

I'm seeing something similar with guards. When I changed the guarded transition key from `cond` to `guard` as a part of the `v5` migration it now always shows guards as...

When I set `sslmode=no-verify` I no longer see the `no pg_hba.conf` error but now I see this. Upgrading from `v2.17.0`. ```sh > [email protected] check-db /app > node scripts/check-db.js ✓ DATABASE_URL...

@ahmedhosnypro I tested your fork on a project and works great! @MichalLytek any chance we can get #490 merged in?

> @MilanKovacic The link to slack doesn't seem to be working. Can you check? > > https://join.slack.com/t/single-spa/shared_invite/zt-2efw13fg4-oJgemeyCUJv4~JrQlYttnA > > I'm seeing the same, would like to join Slack too

I've discovered that if I Open up developer tools and do a `Hard Refresh` then it pulls through the correct URL. But, if I refresh the page the usual way,...

For anyone still trying to find a solution here I found an alternative to Bull Board that works really well: https://github.com/alexbudure/queuedash