-
As documented via #1666, schema generation from Kotlin classes currently requires using non idiomatic
code like `data class Foo(@get:JsonProperty(required = true, value = "output") val bar: String)`…
-
- [x] Hardhats
- [ ] Harnesses
-
I have a insert query in my db which looks like this and I am using the typescript version of supabase-js.
```
await supaServiceClient
.from("table_name")
.insert({
co…
-
Right now, the EDS does not have any guarantees regarding thread safety for read and write operations. Users like celestia-node end up implementing custom synchronization solutions around EDS, while t…
-
Add safety mechanism, so that by default for production instances some API functions are not available.
The idea is, that you have to explicitly pass an attribute to force the functionality, so tha…
-
Flutter 2 is here!
Please consider migrating to null-safety.
-
Hello, is there any plan for null safety support?
-
Is the current version of rocBLAS safe to use in the context of a stream which is capturing? For example:
```c++
hipStream_t s1, s2, s3;
hipStreamCreate(&s1);
hipStreamCreate(&s2);
hipGraph_t…
-
* ensure state safety for GuiInteractiveController and GameController
(follow up form #68)
-
Hello :)
I'm running into two issues when trying to use Zeus with React Query and TypeScript in a React Native mobile app
## Problem 1
When running `zeus schema.graphql ./ --reactQuery` (fro…