Liam Lowsley-Williams

Results 24 comments of Liam Lowsley-Williams

> You need to start ddclient with `-daemon=0` or otherwise it forks to background. So i would need to set `daemon=0` in my `/etc/ddclient/ddclient.conf` in order to have it run...

Also, to provide more info, here is my `/etc/ddclient/ddclient.conf` right now (with redacted login, password, and zone) and it still outputs crashed in `rc-status` ``` # Global settings use=web web=checkip.dyndns.com/...

> > So i would need to set `daemon=0` in my `/etc/ddclient/ddclient.conf` in order to have it run correctly with alpine? > > I don't know if that works. Just...

@wdh2100 anyway we could get these PRs merged in? looks like they are GTG.

Nice! It would be amazing to get that pesky "jsdom could not parse CSS stylesheet" out of my console haha. Any ETA to merge?

@wdh2100 Anyway we could get this merged in soon?

@Fullbusters Do we know if the conversion away from utilizing `@mui/styles`is happening/has happened? I would like to move away from the deprecated package before I move a project I am...

@uruuru @rhpreston any update on a solution to this? We are facing the same issue when trying to render a large connected graph in a radial manner. We have one...

@thecrypticace sorry that was my bad! I meant to say yarn 4 and was saying yarn 2 in the sense that it was the type of yarn version/executable that lives...

> After nothing else worked, as a workaround I managed to get this working on yarn 4 by switching from PnP to the node_modules folder as described here: https://yarnpkg.com/configuration/yarnrc#nodeLinker I...