Joshua Nussbaum
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:  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...
Code sharing
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,...
The order in which the `id` determined was incorrect. It checked `this._compute` field, before it was set. Let me know if there should be a test? (wasn't sure since this...
- [x] Convert state management to Runes - [x] Remove `svelte/legacy` - [x] Remove `createEventDispatcher` and replace `on:event` -> `onevent` - [x] Convert code to TypeScript - [x] Update docs...