Marc Godard

Results 12 issues of Marc Godard

Hello, I am trying to figure out how to run an analytic function every time the route changes. I did not find anything in the documentation for this. Is this...

I love the idea of this, and really want to add it to my apps, but it crashes them. Maybe a conflict between my sockets and the sockets this site...

My browser blocks your package due to the word fingerprint. Can you rename this to something that will not be blocked? Some browsers block fingerprinting trackers. ``` GET http://127.0.0.1:5173/node_modules/@icon-park/svg/es/icons/Fingerprint.js?v=e1f39ca4 net::ERR_BLOCKED_BY_CLIENT...

Fix for https://github.com/feathersjs-ecosystem/feathers-mailer/issues/31

When running: ``` kodi(host, 9090) .then(connection => { connection.System.Shutdown() console.log("Kodi Power Off Success") }) ``` ``` Kodi Power Success events.js:165 throw er; // Unhandled 'error' event ^ SyntaxError: Failed to...

### What version of daisyUI are you using? 4.4.24 ### Which browsers are you seeing the problem on? Firefox ### Reproduction URL see images ### Describe your issue ![image](https://github.com/saadeghi/daisyui/assets/5016637/c9245d66-c177-4ab3-8a1e-0e0512b1035b) This...

Many versions ago this worked without issues (it is part of a process we use every 3 months, however this is a new tool that worked when tested over a...

This looks open source, MIT and all that... then it says on the bottom of the page to download a free trial... however, it is an NPM package. https://fusioncharts.github.io/svelte-fusioncharts/ Which...

### Check that this is really a bug - [X] I confirm ### Reproduction link / ### Bug description Using a layout is required if you want to build this...

Svelte

in: this.one("unveil", function() { added: var original = this.getAttribute('src'); this.onerror = function(e) { this.src = original }; Great if the image fails it reverts back to original instead of broken...