Frederik Held

Results 50 comments of Frederik Held

Same here. The Readme in the repo root says "this project is under active development" but the last commit was 2 years ago. Looks abandoned to me :-(

The docs on Nuxt are outdated. In Nuxt 3, you need to use `mode: 'client'` instead of `ssr: false`. This will make the app compile. I still couldn't get it...

Thanks a bunch! It's not very clear from your GitHub repo or NPM package that this is paid software. I'd appreciate if you would state that more clearly, because it...

Also a more technical question out of interest, as I have never seen your approach to open-sourcing a library that requires a license: How do you avoid key sharing or...

I'm living with this bug for way too long, so I'm very happy to see progress. Today I also noticed that not only the content behind the nav drawer scrolls,...

Same here. Tried to submit the issue to `eslint-plugin-vue` but they closed it. --> https://github.com/vuejs/eslint-plugin-vue/issues/1931

Thanks for your quick answer :-) The issue is the missing `dgram` package for udp connections. I did some more research and there seem to be several issues with that:...

**Edit: okay nevermind, it's just another Node module that is not available in the browser :-P** Thanks for clarification. I forked your repo and started to replace `dgram` with `socket.io`....

I developed my own package that is syncing via WebSockets (but using a simpler protocol than NTP). It's closed source though, as it's gonna be the USP of the service...