Ed Mitchell
Ed Mitchell
## Environment **Liquibase Version**: v4.10.0, but I believe it'll affect v4.11.0 as well. **Liquibase Integration & Version**: CLI (via Docker container) **Liquibase Extension(s) & Version**: N/A **Database Vendor & Version**:...
# Code Issue - [x] I researched through the [documentation](https://ddnexus.github.io/pagy/), the [pagy issues](https://github.com/ddnexus/pagy/issues) and a known Search Engine, and there is no reference|report|post|video that solves this problem - [x] I...
It would be nice to be able to create Ksuids directly from Instants. Currently, the only option is to do: new KsuidGenerator(new SecureRandom()).newKsuid(instant)
Is there anyway to add a custom value to a multi-select? So the user can type whatever they want, not necessarily what's available in the list passed to the component?
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
There is an outstanding issue with class-transformer's [ignoreDecorators](https://github.com/typestack/class-transformer/issues/152). It seems like it doesn't work well with top-level `@Exclude` with property level `@Expose`. Instead of using class-transformer, there's an alternative in...
### Feature description Every place I use a custom type that I've pulled in from a library, I have to put `@TypeDef` on it. It would be nice to be...
#### Reason/Context Please try answering few of those questions - Why we need this improvement? In https://github.com/asyncapi/spec/issues/466, security protocol and sasl mechanisms were added to the security scheme. However, the...
### Feature description I would like to conditionally create @SerdeImport annotations. Is this possible today? Ideally, it would be something where the mixin would be applied conditionally, or different mixins...
### Feature description I'd like to be able to create a meta annotation with MicronautTest and use that on top of my tests. This is particularly useful if we want...