Igor Šarčević

Results 69 issues of Igor Šarčević

In real applications, we need a way to handle active record connections before & after forking. The master process doesn't need any DB connections. Without this hook, if you have...

The need came up here: https://github.com/semaphoreci/docs/issues/316#event-2174460449.

The Sem CLI can collide with the S1 sem CLI. To mitigate this, we should check the existence of a `sem` command that is not in the expected path in...

``` ✲ ~ sem debug project workflow-page --machine-type e1-standard-4 --duration 6h error: http status 404 with message "{"message":"Not found"}" received from upstream ```

The current best solution is: ``` elixir def handle_message(message) try do :a + 1 rescue e -> # do soemthing raise e end end ``` @snehaso suggested that we could...

Flaky test: ![Screenshot 2024-05-14 at 14 41 38](https://github.com/operately/operately/assets/1779493/82a6ac4c-2d24-456c-90f2-824537ef3d56) Most likely the tests are opening the page in the browser before the record is fully saved in the database.

![Screenshot 2024-05-07 at 20 17 54](https://github.com/operately/operately/assets/1779493/e88c229f-ffcf-4c1a-aa80-34111f79ae2e)

bug