Andrea Tosato
Andrea Tosato
@msfussell I create sample with angular frontend and this npm package: [opentelemetry-angular-interceptor](https://jufab.github.io/opentelemetry-angular-interceptor/) I see all trace correctly without change any DAPR code. I need to try a microservices with Open...
When will I be able to use the Elsa designer/dashboard with the new brand?
@SimonVleugels I want to run raspberry 4 with buster. My config: ``` "c:\Program Files\qemu\qemu-system-arm.exe" ^ -kernel kernel-qemu-5.4.51-buster ^ -dtb versatile-pb-buster-5.4.51.dtb ^ -cpu arm1176 ^ -m 256 ^ -M versatilepb ^...
@SimonVleugels ``` WARNING: Image format was not specified for '2020-08-20-raspios-buster-armhf-lite.img' and probing guessed raw. Automatically detecting the format is dangerous for raw images, write operations on block 0 will be...
First resize img, work also with desktop raspbian: ``` "c:\Program Files\qemu\qemu-img.exe" qemu-img resize 2020-02-13-raspbian-buster.img 4G ``` Launch command: ``` "c:\Program Files\qemu\qemu-system-aarch64.exe" -kernel kernel8.img ^ -M raspi3 ^ -append "console=ttyAMA0 root=/dev/mmcblk0p2...
Raspberry 3 have max RAM equal ti 1gb 😔 Keyboard and mouse not work for me.
I'm interested too
I make this workaround in RecurringJobInfoStorage in InternalFind method: ```cs var serializedJobRecurring = JobHelper.FromJson(recurringJob["Job"]); var serializedJob = new InvocationData(serializedJobRecurring.Type, serializedJobRecurring.Method, JobHelper.ToJson(serializedJobRecurring.ParameterTypes), JobHelper.ToJson(serializedJobRecurring.Arguments)); var job = serializedJob.Deserialize(); ``` Then add this...