Jordy Schreuders

Results 40 comments of Jordy Schreuders

![image](https://user-images.githubusercontent.com/3071062/224372440-1ab1855b-90b6-462d-a725-421cf9c1d04e.png) > A tag name must be valid ASCII and may contain lowercase and uppercase letters, digits, underscores, periods and hyphens. A tag name may not start with a period...

As you can see from the docker run command in the description, I also needed to volume mount the docker UNIX socket into the container or else MRSK would not...

Apparently, mounting the docker socket into the container is risky as it gives the container access to the host machine. If I better understood why I had to mount it...

Without sharing your `docker-compose.yaml` suggestions are just a shot in the dark. I experience the same issue but could be for entirely different reasons. Make sure you are using the...

I just stumbled upon mrsk so might not be able to see the bigger picture here (ie. making some incorrect assumptions) but what about containerizing mrsk itself? You might even...

I ran into the same issue on Nix using LazyVim. Seems they check whether `cmake` is installed or fall back to `make` if it's not. Perhaps you could add a...

Could this be cause irc.highway.net changed their ports? From their homepage: `The ports we support are 6660 to 6669 and 7000. For connections through SSL use port 6697 or 9999....

Could this be because irc.highway.net changed their ports? From their homepage: `The ports we support are 6660 to 6669 and 7000. For connections through SSL use port 6697 or 9999....

Are the two meant to be compatible? I thought these were, not necessarily competing tools, but non the less slightly different approaches and tool chains to achieve somewhat similar results....

Sad indeed. I've only just worked through setting up my first application with Laravel Turbo so this could be a total shot in the dark but from what I've gathered...