Joshua Nussbaum

Results 7 issues of Joshua Nussbaum

This adds an example of using Prisma with SvelteKit. It is adapted from the `rest-nextjs` example.

After upgrading to the latest `@railway/cli` (2.0.7) via npm, running `railway up` resulted in an error `read is a directory`: Screenshot: ![image](https://user-images.githubusercontent.com/4437/183228106-581e26a6-41e2-4ec0-9939-304d307c41f5.png) I then downgraded to `@railway/[email protected]` and it worked...

When debugging issues it would be helpful if we had a log of what form/inputs were generated. Possible approaches: 1. Add an option to `#payment_service_for`, ie: `payment_service_for(..., log: true)` and...

Allow users to share snippets: - for one liners via query string: i.e. `/mruby-web-irb?cmd=puts 22` - longer programs via gist. i.e. `/mruby-web-irb?gist=` Open to suggestions /cc @xxuejie

For simple expressions

Show code examples & help in a pull-out sidebar

This PR is in preparation for supporting Next.js & Nuxt - Extracts core logic into it's own npm package `@airbadge/core`. - Converts `@airbadge/core` to TypeScript. - Decouples `@airbadge/core` from SvelteKit,...