Ravan Scafi

Results 8 issues of Ravan Scafi

I was having trouble with going fullscreen on firefox (the navbar would not go away on fullscreen, not sure why), so I created this logic for a presentation myself. I...

## To-do - [x] Update mongolid version - [x] Update tests style - [X] Drop `localMock` on Model (and also `shouldReceiveSave`, `shouldReceiveDelete`) - [x] Close mockery expectations for static access...

work-in-progress

It would be good to have a way to "refresh" a model with the database, e.g. `$model = $model->first($model->_id);`

enhancement

Basically, I'm trying to configure shards when running `mongos`: ```js sh.addShard("rs1/db") ``` But the scripts in `docker-entrypoint-initdb.d` only run for `mongod`: https://github.com/docker-library/mongo/blob/59fba668ae47e3ec7f7917a56db4f94d6d774765/3.6/docker-entrypoint.sh#L192-L318 Does it make sense to run for `mongos`...

Request

Hello! Sorry for proposing this feature directly as a Pull Request, but I needed it for my own Tour and thought it would be nice to contribute to the project...

Hello 👋 I would love to have the ability to hide the tour temporarily and then show it again. I want the user to be able to perform some actions...

enhancement
good first issue

enhancement
help wanted

- [x] Show other mines when game is over. - [x] Enable service worker - [x] Allow spotting mines with right click. (and report the wrong and right ones at...