Melloware
Melloware
### Discussed in https://github.com/quarkiverse/quarkus-quinoa/discussions/646 Originally posted by **RiverOmega** March 1, 2024 Hello! The property `quarkus.quinoa.package-manager-install.node-download-root` allows me to download from a custom registry, which is nice. But Quinoa itself concatenates...
### Describe the bug Running NextJS with `quarkus:dev` getting this websocket strack trace: ``` 2024-01-04 16:43:35,213 ERROR [io.qua.qui.QuinoaDevWebSocketProxyHandler] (vert.x-eventloop-thread-3) Quinoa Dev WebSocket Client connection failed: io.netty.handler.codec.http.websocketx.WebSocketHandshakeException: Connection closed while handshake...
- Describe the bug Similar to this old issue: https://github.com/RobinHerbots/Inputmask/issues/1466 I am using jQuery InputMask and if I call `jq.inputmask("remove");` I can see detached `HTMLInputElement` in memory and its because...
Now that it is 2023 and ALL browsers support `event.key` here is a modern slim version of this plugin that works in all browsers both mobile and desktop... ```js /*...
I have a Create React App and trying to use v 0.10.8 I get these compile issues: https://github.com/nodejs/undici/discussions/1057 If I back up to your 0.9.0 version everything works fine. ```...
PrimeReact and PrimeFaces uses PrimeLocale label. https://github.com/primefaces/primereact/blob/baf3925e481556be1398c59a5cd43dc94618b614/components/lib/inputotp/InputOtp.js#L182 ```js 'aria-label': ariaLabel('otpLabel', { 0: inputElementIndex + 1 }), ``` PrimeLocale: https://github.com/primefaces/primelocale/blob/4cf72303a846f30df591448828ce35c724197af7/en.json#L102
## What version of OpenRewrite are you using? **Latest** ## How are you running OpenRewrite? CLI using `mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:RELEASE -Drewrite.activeRecipes=org.openrewrite.java.migrate.jakarta.JakartaEE10` CDI Spec: https://jakarta.ee/specifications/cdi/2.0/cdi-spec-2.0.pdf Before conversion: ```java package org.primefaces.showcase.view.overlay;...
**Describe the bug** I am a developer on the PrimeFaces project and we use your InputMask in conjuction with a DatePicker widget we have written. We have a need where...
https://github.com/jackocnr/intl-tel-input/releases/tag/v21.2.6 Looks like he is still making lots of good changes and improvements. cc @NicolaIsotta @jepsar
Fix #5188: Generates the primereact.css so it can prevent FOUC - [x] Wrap everything in 1 layer to reduce size - [x] Add global styles - [x] Move keyframes inside...