Sulaiman Sudirman

Results 6 issues of Sulaiman Sudirman

When I clicked 'Top users by country' it will sort to top Javascript devs too.

using docker-compose from `.examples/nginx`, then running all necessary steps to get the first web tracking code, then I noticed it's displaying internal docker IP (172.18.0.2) instead of the current address...

question

getting below error when running docker-compose from `.examples/nginx/` ``` nginx_db_1 exited with code 1 db_1 | 2021-08-12 10:43:46+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' db_1 | 2021-08-12 10:43:46+00:00 [Note]...

using docker-compose from `.examples/nginx/`, I'm expecting the database credentials in `db.env` will be used for installation, or the database credentials generated in docker-compose will be reflected on the installation page...

i'm using "jenssegers/mongodb" package, i've to make changes at the following files to make it work, > src/Models/Job.php change `use Illuminate\Database\Eloquent\Model;` to `use Jenssegers\Mongodb\Model;` > src/AsyncQueue.php find the following line,...

I sent `POST` `http://api.webhookinbox.com/i/{id}/in` (notice the missing last trailing slash), but view would show as `GET` request instead.