Jono Menz

Results 107 comments of Jono Menz

> I think I need to just block out a week or two to invest in modules dev. Wouldn't that be awesome Ha, sure would!

I hit this problem as well so I tried the example from the ReadMe: ``` SilverStripe\Security\Member: admin: ID: 1 Email: "[email protected]" PopulateMergeMatch: - 'ID' - 'Email' ``` It doesn't throw...

FWIW I also tried adding the plugin in `onInit` and `onReady` but it didn't work - I got a regular player without the plugin rendered. ```jsx const onReady = useCallback((ws)...

Thanks for your replies! Back on this project today and I tried using the `useWavesurfer` hook but it has the same result because the component uses those hooks under the...

@sebbean the code I ended up coming up with [is here](https://github.com/orcasound/seastats-dashboard/blob/main/src/components/AudioPlayer.jsx), but the important part is a hook that creates the WS instance, and destroys it and creates a new...

Thanks @lerni... I don't completely understand but it would be awesome to be able to output AVIF in Silverstripe 😃 (especially if we could fallback to the original format based...

Great to see discussion happening on this. I don't have any time to explore this myself, but happy to review a PR if and when ready. @lerni it seems like...

Hi @jwsadler, have you tried it with jQuery v3? Perhaps it will 'just work'. I don't have any intention to work further on this plugin at this time.

Interesting. Would be due to the recent tooling overhaul, you can see in the [generated sprite map](https://github.com/jonom/silverstripe-betternavigator/blob/master/css/svg/sprite.css-982681f2.svg) that the 'flush cache' icon is bleeding in. I don't see this issue...

I'm not exactly sure how the e2e tests are supposed to be ran - after a while I worked out I could run them manually, but I didn't see snapshots...