Peter Rietveld

Results 14 comments of Peter Rietveld

Sounds good. The example you wrote isn't that good imo. In most cases categories will be dynamic, just like posts. Not changing is a characteristic of magic strings I believe....

![image](https://github.com/primefaces/primevue/assets/462513/8215e857-41dd-4e67-bb68-ddd985c1383b)

As a workaround I use the click event to update a ref (in my case state from the pinia store). As I only use the switch ones I didn't write...

First off, the url you are using is returning a HTML document. If you want the media file you should use this url: [https://upload.wikimedia.org/wikipedia/en/4/45/ACDC_-_Back_In_Black-sample.ogg](https://upload.wikimedia.org/wikipedia/en/4/45/ACDC_-_Back_In_Black-sample.ogg) Second, when I use this code...

Created a solution to this problem: https://github.com/leetreveil/musicmetadata/pull/148 Hopefully the maintainer will merge it..

Didn't not test it, but I guess you could something like this using the `request` library: ```javascript request({ url: 'https://upload.wikimedia.org/wikipedia/en/4/45/ACDC_-_Back_In_Black-sample.ogg', encoding: null }, function (error, response, body) { if(error) throw...

I'm curious as well. We are in the Atlassian eco system and we are migrating to Nuxt 3. Not being able to extend from bitbucket private repo's is pretty much...

Sounds great. Our first solution was to go back to external libraries like you do with component libraries, but this doesn't feel good and is not future proof in a...

Maybe one of the maintainers can answer that. For me it doesn't matter that much :)

> In my case > > Check Task Manager There are some programs running under "Terminal" > > 1. OpenConsole.exe > > 2. cmd.exe > > 3. WindowsTerminal.exe > >...