Christian Theilemann
Christian Theilemann
When I start aptos-rosetta with an invalid config file path it appears like one of the processes/threads crashes, but the rest continues until a timeout of 5min is reached. We...
as per https://aptos-org.slack.com/archives/C034T4ZQ8DB/p1658251700487529?thread_ts=1658250757.767929&cid=C034T4ZQ8DB
this adds the code suggest in https://github.com/ejoebstl/graphql-auto-mutation/issues/2#issue-238310296 to the library.
Hi I'm looking into upsert support for pogi. API wise it could be either a seperate method like `upsert` and `upsertAndGet` or just an additional parameter on the existing `insert`...
If I try to use the `grapqhl` hoc with a mutation my app crashes upon initialization with `Uncaught (in promise) Error: Must contain a query definition.` For example: ```tsx const...
Hi, great work with this library! I was wondering if you could add a mergeDeep (mergeDeepLeft or mergeDeepRight) to the library? That is especially useful to merge defaults into nested...
**Describe the bug** One can register dependencies as ValueProvider via: ```ts container.register(TOKEN, {useValue: myImpl}); ``` Unfortunately `container.clearInstances()` unregisters dependencies registered via ValueProvider, which makes it impossible to resolve `TOKEN` after...
Hi, It'd love to try out alloy_ci . We run almost everything in kubernetes (incl. gitlab runner) and I think it would be awesome if there was a template /...
Not sure whether this in scope of the library, but for example `io-ts`, `joi`, `yup` all etc. can sanitize values (i.e. coerce them within certain boundaries) which is actually useful...
Hi there, I'm trying to create a cloud function via terraform (which in this particular example forwards error logs to slack, but that's irrelevant for the issue). **The problem is...