Jan Mikeš

Results 34 comments of Jan Mikeš

Hi, if you are opened to transit from travis to github actions, it is very easy to use multiarch docker build. Some inspiration (it uses ghcr.io registry) can be taken...

@iNilo check this out: https://github.com/JanMikes/php-async-playground i think it is exactly what you are looking for :-)

@iNilo looks good to me > @JanMikes [#112 (comment)](https://github.com/amphp/parallel/issues/112#issuecomment-613971464) might be helpful for you if you don't want to write your own protocol using STDOUT for communication, but rather a...

Hi, i have the same following error as above. Even though the errors, request in is made in background. ``` 2022-04-28 22:44:41.166475+00:00 [PID: 13] [TID: 13] [ERROR] [Util] [util_for_PHP.c:189] [callPhpFunction]...

Hi, what i am using on my M1 is: ``` # clone the repo, just do once, otherwise fetch/pull if you need newer changes git clone https://github.com/nginx/unit.git cd pkg/docker #...

I have recorded screen with this error, you can find it here: https://youtu.be/9Bhj12MoUYQ Notice that if only input is validated, container has "has-error" class, but after validating whole form, class...

I have 2 workarounds: 1) wrap `` tag with `` that has container class 2) remove `, button: 1` from https://github.com/Robyer/nette-live-form-validation/blob/master/live-form-validation.js#L618

Behaviour is same, i use it because of being able to use `` inside of tag itself. I tried both solutions and either are working. I just realised i did...

Hey mate, im using your code and have to say it is pretty useful and working as intended. Any chance to get this issue done?