Alexis Watson

Results 9 comments of Alexis Watson

Note that some of the linting doesn't really apply here, based on the execution environment of mongo-init.js (ex: `sleep()` is very much a thing). As the wiki mentions, other tests...

It occurs to me that as a first-time contributor, an admin would need to approve running the workflows here. If one wouldn't mind kicking things off (with the above caveats),...

As mentioned above, this code runs in Mongo's execution context. `rs` and `sleep` are very much defined. This leaves: `Error: 5:1 error Expected an assignment or function call and instead...

This does appear to be the culprit: ``` [user@localhost habitica]# docker exec -it habitica-mongo-1 sh # mongo habitica-dev MongoDB shell version v3.6.23 connecting to: mongodb://127.0.0.1:27017/habitica-dev?gssapiServiceName=mongodb Implicit session: session { "id"...

Not only is the flag missing, though I noticed the docker-compose.dev is still pulling Mongo 3.6. As these API routes use transactions (for v3 and v4, it seems), it seems...

I've seen a number of folks try to use something like `heartbeat` to do something like this, but it's a bit of a kludge: it's a startup task, not a...

I've since retired my local Habitica, and with all the respect I have for the team and what they've built, I'm not in a position to iterate on this further--especially...

Confirmed that the above fixes the issue. A merge would be fantastic, when a maintainer has a moment!

@labaland The pull request further up the thread has the YAML you'd need to add to your theme. You can find it in the "Files Changed" tab. For convenience: https://github.com/Kibibit/hass-kibibit-theme/pull/122/files...