pct-cclausen
pct-cclausen
1. Initialize a forked (maybe also in-memory?) actor with custom parameters. I primarily use this to pass in some other ActorRefs. 2. The actor reads from getCustomParameters() in the initialize...
Currently ActorRefs can be passed to Actor calls, but when using forked or threaded actors, this only is correctly handled for a few cases: - As a method parameter value...
1. Create a local in-memory actor L 2. Pass it to a forked actor F 3. Destroy the local in-memory actor L 4. The forked actor won't recognize the new...
It seems the actor state names are not documented. They appear to be "new", "ready" and maybe a few more such as "destroying" or "destroyed". And "crashed"? They should be...
### Version 13.1.1 ### Steps to reproduce 1. Clone https://github.com/pct-cclausen/ionic-jest-example 2. npm install 3. npm run test 4. See file apps/test-app/src/app/app.component.spec.ts: ```typescript it('finds the input inside the ion-searchbar', async ()...
**Describe the bug** We are using @nxext/capacitor 16.3.0 We have installed https://github.com/capacitor-community/file-opener This capacitor plugin has a prepare step in its package scripts, which causes: - a build - which...