Magnus Andersson
Magnus Andersson
## 🚀 Feature request I'd like some syntactic sugar for Task and IO to enable me to run the lazy computation in a pipe construct at the "end of the...
Akka persistence batches requests under the hood. When the batch becomes to large the Cassandra server will reject the write (default 50KiB). I want control over how much data akka...
I've seen in issues that I should be able to use the following code `myGraph.d3Force('link').distance(link => /* your logic */)`. However when using typescript the type signature `ForceFn` does not...
Hi Since the Prismic service caches the Api and Context with maybeApi and maybeContex there is no clear way to effectively change the accessToken except in app.config() with the PrismicProvider...
Hi Could you please add cache valid time to your apt tasks. Especially when developing playbooks it is very time consuming wait for slow repos updating. Perhaps you could make...
Hi It used to work, but as my codebase grew (multi project) SBT Continuous only compiles one time. Not sure what the difference is. I've had some UTF-8 file problems...
### 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...
### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved I'm considering if OpenFGA could be...
### 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...
Values created with datetime() panics with "wrong value marker" (support for ZonedDateTime missing?)
When I use the datetime() function in a Cypher Create query I see the value below in Memgraph lab. ```json { "year": 2024, "month": 11, "day": 23, "hour": 22, "minute":...