drev74
drev74
Mocking an impl for #14 Could you pls take a look :eyes: into my impl ? Do you agree with such approach? Currently, I test it with: Run server -...
1. slots.default is a property, not a method. Fixed to avoid invalid builds for Vite and WebPack 2. Add an extra check for null/undefined
Compilation passes, but tests are failing. Need more time to debug @ripienaar what do you think about this update? :thinking:
Nats has bumped its API and separated JetStream to its own package. Should I migrate the code to the new js package, so that all key-value will be `js.KeyValue` instead...
## Related Issue or Design Document I'm trying to reproduce `kratos-keto-oathkeeper-supabase` without bumping `ory` deps. I've simplified the `compose` by removing redundant `postgres` versions. However, I can't make it work...
I'm trying to setup Piraeus cluster for Minikube, using host mounts: ```sh minikube start --mount-string="/run/udev:/run/udev" "/run/dbus:/run/dbus" --mount ``` cluster.yml ```yaml apiVersion: piraeus.io/v1 kind: LinstorCluster metadata: name: linstorcluster spec: {} ```...
Hello thanks for building and supporting this incredibly useful software :hugs: I'm able to generate OAPI3 specs into a server for a single spec. However, when I add 2+ specs...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
1. Feat: Add Neurodyne provider 2. Fix: Upd GitLab provider to support PKCE
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I followed your [docs](https://developers.plane.so/self-hosting/govern/google-oauth) to allow oauth2 login with Google Login...