Marc Vertes
Marc Vertes
same issue on High Sierra
In holidays right now, but when back, i will improve the mongodb alpine pkg to include a shell sub-package to allow a shell only install.
Ok, thanks for your report. It appears that the image is built from alpine:3.8, which contains mongo-3.6.7, instead of alpine:edge, which contains the last 4.0.6. Fixing it.
Yes, authentication could be setup using environment variables and a procedure in the existing startup script `run.sh`. This is something I would gladly support.
Ok, please proceed. I do not have it ready.
Inside this image, you could just add mongo tools: `docker exec -ti mongo sh` then in the shell: `apk add --no-cache mongodb-tools`
The current state is not consistent. It would be better to always disable result output for assignment rather than adding an option, for consistency and simplicity. Could you modify your...
Additional work is indeed necessary to dump a stack trace at interpreter level. Only runtime stack trace is available right now.
I'm seeing a couple of similar issues following the rework on types, under investigation right now. No need for a new issue, thanks.
Thank you for this proposal, and sorry for the delay to respond. It seems to me that the intent here is to implement something close to Go modules, but without...