Melloware

Results 2520 comments of Melloware

@selfeky we have an official Quarkiverse extension going and are looking for adopters to help us improve the product: https://github.com/quarkiverse/quarkus-temporal

It's netting-shaded. It's a nightmare for native mode. Apparently Netty 5 is going to fix it but we have the same issue with our extension: https://github.com/quarkiverse/quarkus-temporal/issues/8

Also has been mentioned on Discord and PrimeTek has put it on their list!

Do you have instructions on how your included using GitHub syntax and then I can test and add a package.json. Thanks! I didn't know that was possible!

OK I added package.json but didn't test it yet if you want to test it: https://github.com/primefaces/primelocale/blob/main/package.json

You should now be able to do this in your package.json ``` "dependencies": { "primelocale": "primefaces/primelocale", ```

Agreed but according to the docs you can add a commit ID hash in your url and it will pull that version. Still not as good as in NPM but...

React example how to use PrimeLocale: https://stackblitz.com/edit/react-3glwrd?file=src%2FApp.tsx,package.json,src%2Findex.tsx

Sorry it's in the NPM docs for using just a git project like above. I had no idea you could do that. PrimeTek is aware and is working on getting...