Michaël Hoste
Michaël Hoste
**Update:** It works if we replace `first_process?` with `last_process?` in our code. So the freeze is not only triggered by `wait_for_other_processes_to_finish` but by the combination of `first_process?` and `wait_for_other_processes_to_finish`
I know the feeling, sorry about that 😄 I have a suggestion but maybe it's nonsense because I don't know your codebase very well... What if on this method, you...
Do you know some gems/applications that have incompatibilities with `last_process?`. Since `first_process?` is explicitely used in the ParallelTests README, it should be more commonly used and cause less issues when...
I'm sorry but we don't support [overriding package language files yet](https://laravel.com/docs/8.x/localization#overriding-package-language-files). I'd be interested to know if you use that feature a lot. For what vendor? It could be possible...
Hi @antonhedling, You're right, the synchronization only push the source and receive the corresponding translations (the existing ones will be overwritten). You have several ways to do what you want:...
Maybe it should be better explained in the docs, but if you have a definite set of enums to translate, you can just put these enums somewhere in the code...
> As for scannable files, how does the concept sound like in general? I'm sorry but I'm not really sure I understand what your solution would bring. Your suggested scannable...
> When I run make install afterwards I get this: [ERROR] Since `make install` triggered the same error as you, I just executed ``` sudo cp metapixel metapixel-prepare metapixel-imagesize metapixel-sizesort...
## Non-deterministic behaviour The **solution 2** was implemented but we had a serious issue: Box2D is non-deterministic [1, 2, 3] and some very small differences between simulations created situations where...