Samuel Briole
Samuel Briole
At **Inato**, we are accelerating clinical research by matching hospitals with pharmaceutical companies. We use `fp-ts` heavily on the backend and frontend, it help us build a reliable product and...
Hi guys, I've also been working on a materialUI theme, here are some widgets I wrote: https://github.com/samuelbriole/react-liform-material-ui-theme
I'm using this at the moment : ```ts import * as S from '@effect/schema/Schema'; import { EmailAddress } from 'my-domain'; const EmailAddressConfig = flow( Config.string, Config.validate({ message: 'Expected a valid...
same issue here
This issue also shows that when we build an API on top of Oathkeeper & Ory Network, the rate-limiting of our API can't be better than Ory Network's rate-limiting on...
We have the same issue with the latest NX version (19.6.5)
Same error here, I get this new error when I'm trying to upgrade: - `effect` 3.17.13 -> 3.18.2 - `@effect/platform` 0.90.9 -> 0.92.1 - `@effect/platform-node` 0.96.1 -> 0.98.3 I get...
Thanks that's what I did too, it worked, though I'm not happy with recreating the lockfile, I have a big monorepo and I'm a bit worried of side effects
+1 on this feature request. Github and Notion now support Remote MCP servers, which simplifies a lot the setup process
it could come from this middleware : https://github.com/ory/x/blob/master/corsx/middleware.go