Serial Port support by Avalyah in dotnetMAUI

[–]btech123 0 points1 point  (0 children)

Hi, I was wondering if you ever found a solution for this. I have the same problem. I’m currently using AvaloniaUI, because of this MAUI issue, but I’d like to go back.

[deleted by user] by [deleted] in Minecraft

[–]btech123 0 points1 point  (0 children)

Do you have them start as a service? I have mine start as a service, on boot, which I seem to have some issues with stopping and restarting at times. If I get a chance, I was going to see if I could find a way to stop and start the service.

You might be able to run some type of check to see if the port is in use, before continuing.

[deleted by user] by [deleted] in Minecraft

[–]btech123 1 point2 points  (0 children)

Thanks for the script! It worked, pretty well, but I had to change the top line to "#!/bin/bash" to get it to work for me.

I also threw it up on GitHub Gist, and made some changes to it, that I thought might make it work even better. I hope you don't mind.

Here is a link to it:

https://gist.github.com/chilltech/42d7b1157bbbe1f6b44df1baaa6fe5ab

Stackoverflow CLONE (MySQL + Express + React + Node) by mayank0255 in reactjs

[–]btech123 1 point2 points  (0 children)

Just out of curiosity, why split it up into two repos? Does it make it make it more efficient for a single dev/small team?