Lorefnon

Results 47 issues of Lorefnon

Hello, I am planning to use edge for a code-generator. The default behaviour of html escaping does not make sense for this use case and therefore I wanted to propose...

It would be nice to have a union/unionAll function that accepts collections of sub queries Example usage: ``` const subQueries = input.blocks.map((block: BlockUpdateInput) => { return conn .selectFrom(tSomeTable) .select({ /*...

waiting for feedback

It is great that the `*FragmentExpression.sql` functions default to converting interpolated values in tagged templates to sql parameters. However, some cases are simplified by enabling direct interpolation. I understand that...

enhancement

Would you be open to a PR that exposes es modules in the deployed package as `.mjs` artifacts ? This doesn't need to be a breaking change but likely all...

enhancement

The link to STRML/JSXHint in README points to non-existent https://github.com/CondeNast/JSXHint/blob/master/STRML/JSXHint instead of https://github.com/STRML/JSXHint

So, not sure if this is a bit of esoteric use case, but I'd like to have an API that enables me to augment the object types defined through garph...

Hello, thanks for creating this utility. It looks quite nice. Being able to get a notebook style utility for shell is quite handy. I am curious if it would be...

enhancement
legacy

It would be convenient if this library directly exported the types used in the public api. If I am using this in a library that also uses some of these...

Hello, thanks for creating & maintaining this library. It would be nice if we could override the implementation of getErrorCode and getErrorMessage [here]([4b51c8b](https://github.com/fgnass/typed-rpc/commit/4b51c8b8af28a8e3c5dd842ab10059e410d70720)) through an additional argument to rpcHandler or...