Mark Hughes

Results 119 comments of Mark Hughes

@mlauinger try setting up this: https://github.com/fgnass/domino

quick resource to help you: https://dev.to/danywalls/how-keep-your-document-object-in-angular-ssr-with-domino-package-2b9e

@jakubkeller can you show your implementation? This worked for me.

@jakubkeller but what is your error? judging by this, `document` is defined globally?

@jakubkeller not sure, you don't have document defined early enough or in the right cirumstances. ``` ReferenceError: document is not defined ``` Try defining it earlier.

Not stale, still an issue

I can install it fine, however it wont execute.. really strange: My install script is like: ``` apk update apk add --no-cache python3 git curl bash openssl curl https://get.volta.sh |...

OK for those looking for a solution you can duplicate what is done here: https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc/blob/master/Dockerfile This adds glibc. So I didn't really trust using that docker image by the way.....

I've managed to compile and run a next.js project with it. The REPL seems to work fine, with some warnings of course ```bash # node node: /usr/lib/libstdc++.so.6: no version information...