CallumVass
CallumVass
Hi, Would this library help? https://github.com/dbrattli/Feliz.ViewEngine It basically returns a HTML formatted string using Feliz more succinct syntax
Hi Roman, Thanks for the reply, I wasn't aware the code was taken from your DIY Repo. I agree that documentation should probably be added to provide better information about...
Hi Roman, No worries I understand, I'm in the same situation except with 1 child 😅 Thanks for the tip regarding the postgres read model, I will take a look...
Looks like this was brought up a few years ago, with a different .sh file: https://github.com/elixir-wallaby/wallaby/issues/102
Sorry, I resorted to using it via WSL which resolved the issue for me.
Hiya, thanks for the reply - I'm on Windows 11 and the project isn't nested very deep: `C:\Dev\JsSample\JsSample.csproj` But it works fine with 6.3.1, as soon as I upgrade to...
@aKzenT Likewise, my node executable isn't very deep either: `C:\Program Files\nodejs\node.exe`
Something happened between 7.0.0-beta.4 and 7.0.0-beta.5 which is causing the issue. It works all the way up to installing beta 5, then I get that error. If I go back...
I've minified it locally using `minify: true` but it still doesn't work, here is what I see in the console: ``` dbug: Jering.Javascript.NodeJS.HttpNodeJSService[0] Waiting on process connection semaphore, processID: 112264,...
@JeremyTCD - Yeah I get the same error in tests, using Windows 11 also: ``` [xUnit.net 00:00:00.92] SyntaxError: Unexpected end of input ``` Its the same as above, the script...