Mateo Tibaquirá
Mateo Tibaquirá
@Andarist playing with this I wonder one thing: If I create a `machine` and an `actor` separately, they can communicate each other via `systemId`? or they need to be in...
Symfony provides extraction tools since 2.6 right? http://symfony.com/blog/new-in-symfony-2-6-improvements-for-the-translation-component and proper debug tools too: http://symfony.com/doc/current/book/translation.html#debugging-translations what's missing?
Aw, no `patchValue` method yet :(
Trying this in Sept 2024 and I was able to run it without any modification to the `capacitor.config.ts` and just adding a new nx command in the `project.json` adding the...
@andregreeff indeed, only the `--live-reload` was needed by the Capacitor CLI and the ` --external` was omitted without a warning message. I edited my comment accordingly. Thanks!
@andregreeff yeah, I'm using the latest versions
@Andarist I'm having a leaked error with a `spawned` actor (I've tried `fromObservable` or `fromCallback` assigned childs). I'm trying to make a http request and if it throws, my main...
@davidkpiano I'm spawning the actor by reference and assigning it to the context.
@Andarist thanks! while building the [repro](https://stackblitz.com/edit/github-vrmakp?file=src%2Fstep2Actor.ts) I've realized an error displaying the child actor state, so the `undefined` event was not a big deal because it doesn't trigger anything and...
@DominikPieper was there something special to do in order to fix the `performance.mark` issue in the CI? or just to not refresh all the deps?