LoTi

Results 10 issues of LoTi

```ts const struct = object({text: enums(["foo", "bar"])}) const {text} = create({ text: "foo"}, struct) ``` the `text` variable is given a type of `string` while I am expecting `"foo" |...

⚑ needs info

Hi guys, I am looking for some guardian on how to use create method with a struct that is computed at runtime. The problem is with type inference in TypeScript....

When unit testing Vue components, it is often necessary to call `await vm.$nextTick()` to ensure the rerender is completed before accessing the component's DOM for assertion. As far as I...

Related to https://github.com/porsager/postgres/issues/757. Expose a error handler on the subscribe function so any error happened while streaming replica can be handled in user space.

**Description** --- Subscribing to a publication causes WAL to bloat on database if there is not changes being made to the publishing tables while modification is being made on other...

Custom type conversion does not seem to work with Domain. I want to create a custom id field based on int4, but that id field is to be represented as...

enhancement

No mean to offend, but I find that agent's default setting behavior to be nonsensical. I want the agent to manage the cookie for me. But I still need to...

The documentation on http2 currently reads https://github.com/visionmedia/superagent/blob/92b1435f4fd02193b12c6cf14f6ef4ca02b22bd6/docs/index.md?plain=1#L98 This sounds like the superagent will try to force the http2 only when the http2() method is called. When a request is made...

Say for example, we use piston to process some images. what's the most idiomatic way of passing the image into the Piston and how to get it back after the...

This PR tries to solve two related issues in relation to custom types. 1. Allow custom type to be added using type name instead of oid. 2. Allow custom type...