dpkass
dpkass
I’d like to propose partially reverting issue #224. The previous behavior should be restored for **desktop devices**. On mobile it makes sense to keep the button always visible for accessibility...
I have a custom annotation processor implemented as a Manifold ICompilerComponent that injects helper methods into classes with annotated fields (`@Localized`). ### Setup - Processor type: manifold.api.type.ICompilerComponent - Registration: META-INF/services/manifold.api.type.ICompilerComponent...
## Summary When using **WorkOS AuthKit** with **Convex** in a **Next.js App Router** project, the Convex React client sometimes enters a **permanent unauthenticated state** after the access token expires. Even...
Recommended setup was violating React rule of never accessing ref during render
When using WorkOS AuthKit with Convex in a Next.js App Router project, if a query requiring authentication is preloaded on the server (`preloadQuery(..., { token })`) and then consumed via...
**Summary** With JPA `@EmbeddedId`/`@MapsId` join entities and Spring Data REST, springdoc generates recursively nested examples instead of compact, reference-like shapes. This misleads client generators and bloats the OpenAPI. **Environment** -...
### Problem Common cases like soft delete and multi-tenancy require adding the same WHERE clause to every query. SDN has no built-in way to apply a predicate to all generated...
When an entity field is declared as a parameterized type (e.g. `LocalizedValue`), a matching `Neo4jPersistentPropertyToMapConverter` is rejected with: ```java The property type [...].LocalizedValue created by [...].LocalizedValueMapConverter used on name in...