Asbjørn Ulsberg
Asbjørn Ulsberg
@emoon, ah. No, any variant of Docker should be good. :)
@nswaldman, as we set up `$PWD` as the volume `/home/demozoo` inside the container, the contents of `$PWD/static_built` should be modifiable from the host computer. That setup would require `npm run...
@gasman, right. Thanks for the directions! Then I think including `npm` out of the box in the Docker image is the way to go, so nothing besides Docker is required...
> Still not building CSS for me, I'm afraid... The `npm run build` / `npm run watch &` commands are failing with: @gasman, thanks for testing and debugging this with...
I've done some testing with `--prefix` and it seems to effectively change the working directory of all `npm` commands to whatever you assign as the prefix. So when `npm --prefix...
It seems that you are correct. If you have suggestions for how to fix this, pull requests are welcome.
@lehmannro I'd say that having methods such as `assert_startswith` is not exactly "extra", but rather basic functionality in any assertion framework. I was unable to perform any meaningful assertions without...
This seems tangentially related to #3576.
@BlackHole1 you not being able to set the status code seems related to me not being able to set `Content-Type`, as explained in https://github.com/gin-gonic/examples/issues/106#issuecomment-1530360137. I wonder what's going on here....
@iflamed, can you please post some code to reproduce the problem you're experiencing? It would be good to cover it with a unit test, if applicable.