primate icon indicating copy to clipboard operation
primate copied to clipboard

Polymorphic development platform

Results 64 primate issues
Sort by recently updated
recently updated
newest added

Collection of modules to improve Primate's ecosystem. * #62 * #92 * #108 * #126 Suggest adding new ecosystem modules along with use case. Once a package has been accepted,...

Strategies * Stripe * Square * PayPal Generalized API for other services?

modules

ideally we could share the codebase between desktop and web based apps.

modules

Strategies * [ ] password-based * [ ] magic email link * [ ] oauth * [ ] saml * [ ] jwt * [ ] 2fa (app, hardware-based) *...

modules

Reactive server values. * [x] Use WS or SSE as transports (depends on #44) * [ ] Integration with `@primate/frontend` * [x] Svelte (1c5eb97) * [x] React (df66ecb) * [...

modules

* [x] jump to anchor tags links * [x] copy code snippets * [x] add multilingual snippets in guide / modules too * [ ] add miniguides * [ ]...

docs

I don't know if its possible to do ssr with web components, but it would be nice to support native web components.

modules

```sh 1 | import { make_response, module, rubyvm, helpers } 2 | from "@primate/binding/ruby"; 3 | import { File } from "rcompat/fs"; 4 | 5 | const { vm }...

ruby
bun
wait-upstream

Dispatchers can often facade a multitude of values per key. A `Dispatcher#getAll(key: string): string[]` function would return all values associated with a key. * query: `/?a[0]=b0&a[1]=b1` * path: `routes/my-repo/[...subpath].js` *...

similar to surreal, has serverless functions too: https://supabase.com/