OvermindDL1
OvermindDL1
I would definitely like this as well, a few times I've released the same version... >.>
Well I'm not building on windows anymore, but back on windows the linux shell scripts would be a no-go as it ran on a Windows 2008 server (no WSL), but...
1. Well in my experience over a couple of big companies, Windows Server version was *always* at best 1 or 2 major versions out of date (I was deploying to...
Plus you can run powershell scripts on linux too, so that is much easier for you to test.
I'd personally recommend making the PS scripts, try to keep it to PS2 if possible but any half-updated system in the past 10 years should have at least PS4. PS...
> one of the most complicated parts is the installation and management of the Windows service though for running as a daemon, and that part will have to be done...
I'm not really sure I can recommend using this project for new code since bucklescript's changes over the past year have broken a lot of various things, it seems to...
@idkjs If it's working there then that's still using a main function, what changed in the BS api? Please feel free to PR any fixes though!
I'm really curious if someone could figure out what's the different in OP's example then, I wonder if there might be a compat issue then....
It kind of is by calling out to the react handler from the view (using stateless react views) and just using an empty element as the return value. Not entirely...