Marc

Results 6 comments of Marc

@winthers A workaround I found is to initialize the MarkersPlugin with a marker and a `draggable: true` property. It seems like the marker can be empty, and if it is...

Hey @jamiter any update on this? I would love to see this implemented, as having a reactive `.get()` is quite a nice thing. Feedback would be appreciated!

I've set the parameter as you suggested: ``` [program:mongodb] command=mongod --dbpath %(ENV_HOME)s/mongodb --bind_ip 0.0.0.0 --port 45500 --auth --unixSocketPrefix %(ENV_HOME)s/mongodb --tlsMode requireTLS --setParameter tlsUseSystemCA=true --sslPEMKeyFile %(ENV_HOME)s/mongodb/%(ENV_USER)s.uber.space.pem autostart=yes autorestart=yes # `startsecs` is...

Hi there, I've just deployed a Rails app to Uberspace and created a small guide to document my learnings. I'd be happy to adapt it and add it to Uberspace...

I have exactly the same issue and am still trying to figure out why. It seems like depending on the project, it sometimes doesn't export a function as the default...