Paul Scharnofske
Paul Scharnofske
> https://www.nuget.org/packages/Npm/ @ranolfi It would be really nice if it were possible to install npm with the NuGet package manager, however, that NuGet package you linked was last updated in...
https://github.com/codidact/authentication/pull/9#discussion_r398059024
Oh, this should be `src/WebApp`, we renamed that recently. *Addendum. I am planning to rewrite the instructions entirely after #72 and codidact/authentication#10 are merged.* ~20 days later: still hasn't happened,...
Got the same issue: ~~~ruby require 'rvg/rvg' image = Magick::RVG.new(100, 100) image.draw.write "image.svg" ~~~ Produces ~~~xml
For people who like me spend several hours trying to get this working to then realize that there is an `--debug-cmd` flag. Just use the `--debug-cmd` flag.