Robert Eisele

Results 135 comments of Robert Eisele

What do you think how we should tread this ticket now? A muting option does not seem that good after some time of thought.

yes sure, it wasn't meant to be part of the library itself

Do you have a computer booting using PXE or where are those PXE messages from?

Why would you close the server after the IP was bound? DHCP is based on UDP, which is stateless, there is no open connection. Closing the server means no incoming...

I had the chance on a project to run it locally on svelte and both `npm run dev` and `npm run build` works without problems for me (where vite builds...

I'll close the ticket for now, feel free to bring up other optimizations on Fraction.js :)

The `root` variable comes from here https://github.com/infusion/Fraction.js/blob/master/fraction.js#L40

This is a feature I liked on my daemons. When you start your daemon as root user, the daemon is detached from the current terminal and runs in the background....

Do you get an output when you run: ``` echo "hello" > /dev/pts/0 ``` The last point sounds like you are not allowed to access the device after the daemon...

Have you tried to change the chmod of the device? Or maybe it's affected by the umask