jankulma

Results 5 issues of jankulma

So I spent couple of hours debugging why the deploy works differently when launched from local vs from CI. Turned out the docker image I was using on CI was...

Hi, In nuxt.js subscribers etc. will work only if you prepend related property with `static`, like `static $subscribe = { ... }`, otherwise `createLocalSubscriber` in `proxy.ts` will return on `if(...

Hello, In https://github.com/joeldg/bowhead/blob/master/app/Console/Kernel.php#L47 you use `withoutOverlapping` which should prevent executing a command if it is already running. But if you see this method, you'll notice that there is an argument...

Hi, I created .pmtiles file by following "Getting Started" instructions (same extracted area around Utrecht), and I am able to view it https://maps.protomaps.com/. I wanted to serve it locally and...

Currently the command isnt being executed with other cron commands. As per docs it should have "oro:cron" namespace: https://doc.oroinc.com/backend/cron/ > A scheduled command in OroPlatform is a regular Symfony console...