Thomas Pischulski

Results 42 comments of Thomas Pischulski

This has been requested by @agatsoh as well

This would be a great feature

> we should return a hot observable instead of a promise Might make sense to consider giving users of the SDK an alternative to RxJS observables, by simply allowing them...

It would be nice if the correct contract versions would be exposed in `contracts_version`

> Support for iOS and Android (JavaScript API) from README.md

There is no `@react-icons/all-files` `4.7.1`, the current version is [`4.1.0`](https://www.npmjs.com/package/@react-icons/all-files)

Is there a way to make `pothos` work with the official yoga plugin from https://elysiajs.com/plugins/graphql-yoga, since `yoga()` doesn't accept a `schema`?

I'm having the same issue in `node` and `bun` No types are included in `sqlite-ulid`

I got the same issue when using `jsx-email` (https://github.com/shellscape/jsx-email/issues/197) Here is a minimal reproduction example https://github.com/nephix/jsx-email-repro (bun `1.1.12`) It works fine with ``` bun run index.ts ``` but fails with...