cayter

Results 8 issues of cayter

**Description** As a developer, I would like to easily inspect my background jobs processing status so that I can develop/troubleshoot the business logic easier. **Expected Developer Experience** - [ ]...

enhancement

OS: MacOS Big Sur 11.6.1 Running the docker image locally and use `docker stats` to inspect the memory usage, it just keeps increasing until it runs out of assigned memory...

Possible to add it onto bower listing?

### What is the problem this feature would solve? I'm currently using `foreman` to run multiple processes during development. When using `bun --watch` as 1 of the processes, it clears...

enhancement

#### schema.prisma ```gql generator kysely { provider = "prisma-kysely" output = "../../build/prisma/primary" fileName = "types.ts" unsupportedFilename = "unsupported-types.ts" } model Payment { id BigInt @id @default(autoincrement()) amount Unsupported("money_with_currency")? } ```...

🤦‍♂️ Waiting for external issue to resolve

It seems the type-safe in the docs isn't referring to type-safe routes, is that correct?

Cloudflare Workers will now support better NodeJS compatibility as announced [here](https://blog.cloudflare.com/more-npm-packages-on-cloudflare-workers-combining-polyfills-and-native-code/). However, the package currently relies on `iron-webcrypto` that uses `buffer` [polyfill](https://www.npmjs.com/package/buffer) and it leads to `nodejs_compat_v2` facing the issue...

According to https://axiom.co/docs/send-data/nextjs, we have to: 1. [Create an API token in Axiom](https://axiom.co/docs/reference/tokens) with permissions to create, read, update, and delete datasets. 2. Configure `NEXT_PUBLIC_AXIOM_DATASET ` and `NEXT_PUBLIC_AXIOM_TOKEN` to the...