Jeremy Loy

Results 8 issues of Jeremy Loy

https://pkg.go.dev/testing@master#T.Setenv This new function added in 1.17 sets env vars and automatically cleans them up

I didn't realize until after using this library for a few days that `supertest.Test` (the return value for `.get`, `.expect` etc) extends `Promise` after a few generations of inheritance. This...

https://pkg.go.dev/github.com/discord/lilliput I think it’s because this repository’s version tags are missing PATCH. e.g. v1.2 should instead be v1.2.0 instead, pseudo version numbers are automatically getting picked up by the module...

My project (A small, ~8 endpoint express app) uses typescript compiler file watching (`tsc --watch`) and `nodemon` for local development. The combination of these two processes running outside of docker,...

The OCI specification lacks a strict definition of valid tags. I believe that image tags should support the full semver specification. To be clear, I am not saying all tags...

### Checklist - [x] I have looked into the [README](https://github.com/openfga/openfga/blob/main/README.md) and have not found a suitable solution or answer. - [x] I have looked into the [documentation](https://openfga.dev/docs) and have not...

bug

### Description the batchCheck HTTP API accepts an array of checks, and **requires** that each check contains a correlation ID. As a convenience, the JS SDK will add these correlationIDs...

bug

This PR adds a different reverse lookup index for MySQL and Postgres that places `relation` last for reasons listed below. I omitted adding a SQLite index because the schema is...