-
Tables can contain a custom type created by the user with `CREATE TYPE visibility AS ENUM ('public', 'private', 'mixed'); ` to use as an enum on some values
-
The library should have the option to register for user-defined callbacks, for example on CEREG events.
-
Different changefeeds on the same node may have different requirements: some may need low latency, while others are not latency-sensitive at all. It would be nice if users could specify the relative p…
-
User-defined compound types will be supported in 23.1! As user-defined types have tended to require special-case logic for changefeeds, we need a cdcTest or three and to add them to the all types enco…
-
Programs like eBPF usually hire a callback function to let underlying framework to invoke it when a certain kind of event happened, to support this in WASM component model, it would be very useful to …
-
According to the Internets one can clip vertices using a vertex shader by re-defining and writing to a output named `gl_ClipDistance`, but for it to actually have any effect `glEnable(GL_CLIP_DISTANCE…
-
**Describe the solution you'd like**
Allow users to create arbitrary databases with defined columns in the same vain as defining arguments on Preset Effect Lists, and provide ways to create, read, up…
-
We can automatically add flink metrics to udf functions, such as invoke rates and counters. This can give greater visibility into flink pipelines with little effort.
This can be extended to the ver…
-
**Is your feature request related to a problem? Please describe.**
For issues like rounding or trying to maximize the amount of an asset received, it would be nice to have an automated tool to exacer…
-
I'm trying to see if [user defined networks ](https://docs.docker.com/v1.11/engine/userguide/networking/dockernetworks/#user-defined-networks) is supported?
I've looked at the task definition option…