RonBarkan
RonBarkan
### Feature description Problem description: Database systems support default values in their table schema. These defaults are sometimes simple constants, but in other times are functions accessing sequences or date/time...
When hovering over the variant graph with the mouse pointer, a window opens up. Unfortunately, the data presented is very confusing: 1. It shows variants with zero frequency 2. The...
I guess there is some usefulness to using labels such as 22E, though most people know them by their name, such as BA.5, QB.1.1 etc. Please support the latter to.
### Expected Behavior When a factory provides a qualified bean and an unqualified bean, Micronaut can't resolve the qualified one. Example: ``` @Factory @Prototype public class MyFactory { @Named("blah") @Prototype...
Given the following toy example, and especially when converting it to real code, it is very hard to control how much Reactor buffers. In practice, it would gladly buffer many...
### Expected Behavior Looking at the docs https://micronaut-projects.github.io/micronaut-data/latest/guide/index.html#programmaticTransactions It should be clear if `TransactionOperations` and/or `SynchronousTransactionManager` can be used correctly with Repositories, e.g. `CrudRepository` database methods. ### Actual Behaviour Looking...
### What happened? When using `WithKeys.of().withKeyType(TypeDescriptor.of(TypeWithSchema.class)` for types annotated with `@DefaultSchema(JavaBeanSchema.class)`, Beam is not able to resolve the coder for the type, despite the schema being available. See also https://stackoverflow.com/questions/77575574/unable-to-return-a-default-coder-for-withkeys-when-using-defaultschemajavabean...
#### What happened: On a Linux system with a successfully running single node Kubernetes control plane, with containerd, I am using the example run/runp commands [here](https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md#run-pod-sandbox-with-config-file) and [here](https://www.google.com/url?sa=D&q=https%3A%2F%2Fgithub.com%2Fkubernetes-sigs%2Fcri-tools%2Fblob%2Fmaster%2Fdocs%2Fcrictl.md%23create-and-start-a-container-within-one-command), and I...