-
The routines `?setijv`/`?getijv` and `?setijm`/`?getijm` are not strongly typed.
E.g. if you run `gcc -P -C -E path/to/blis.h > blis.h.pp` the preprocess header will contain the following prototype…
-
Is there a way to currently (or in the future) make the contract aware of the functions it supports? Example:
Thanks to [`TypeChain`](https://github.com/ethereum-ts/TypeChain) we have a generat…
-
Hi, I'm wondering how to use `useCurrentRoute().data` without losing the type safety of typescript.
For the time being, I'm not using the `getData` function in my routes, and instead I'm just using a…
-
I am not yet a user of Knock but my team is considering using Knock.
We are concerned about keeping synced the variables in the backend triggering the workflows and the ones used in the message templ…
-
When using `{ onUnion } from src/types.ts`, I immediately found that it was error-prone and not inherently safe against schema changes. Instead of using that, I created a strongly typed `union` type t…
-
re https://github.com/HydraCG/Specifications/issues/233
Alcaeus should also be able to find collections where the member assertions are on the class type, as long as they appear in the ApiDocumenta…
-
I actually renamed the other question, but I was looking at the verbosity levels because I was really trying to get a dump of the strongly-typed ASTs to see how everything hangs together, could you ma…
-
It would be cool if subscriptions were strongly typed. Right now they look like this:
```ts
const stream = await client.subscribeTransactions({
includeMempoolAcceptance: true
});
stream.on(…
-
Would it be possible to get a lib published of request/response DTOs of some kind? I've been playing around with generators to use the published express endpoint xsd(s) as a means to generate some ba…
jdivy updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
Given a full resource ID to a child resource have the ability to create a resource ID of the parent.
Excerpted from #3173: some R…