Michael Gagliardo

Results 7 issues of Michael Gagliardo

Is there any possibility of reversing a diff/patch, or `unpatch`, to go backwards? For example: ``` LinkedList diffA_B = diffMatchPatch.diffMain(a, b); LinkedList patchA_B = diffMatchPatch.patchMake(a, diffA_B); String rebuiltA = (String)...

This PR hopes to allow the ability for consumers to add default values for parameters that will be sent up alongside the oauth2 authorizationCode request. Currently, you can add parameters...

We are currently deploying our SpiceDB cluster using the K8s operator and have it setup with a CA/TLS certificate for our clients to use when accessing it. Our CA's currently...

# Feature Request Once a schema and the underlying relations begin to grow, it can be a bit difficult to rely only on the zed CLI or internal tooling to...

priority/3 low
area/tooling
state/gauging interest
area/dashboard

With the recent release of [Node v18.19.0](https://nodejs.org/en/blog/release/v18.19.0), the dd-trace-js custom ESM loader is loading our application twice, causing it to fail with a port already bound error (this is an...

bug

First and foremost, this is awesome and I really appreciate you publishing the steps to repro. I am working to reproduce the README and try and get this setup locally...

I had originally opened an issue, but thought it would be better to POC the change I was hoping for and see if this is something worth getting into the...