Yurii Rashkovskii

Results 214 comments of Yurii Rashkovskii

I am wondering if somebody can review this? Thanks!

This was partially addressed with #29 - it runs the tests using [wasmtime](https://wasmtime.dev) but the browser invocation of tests is still not operational and is currently skipped.

fe24af3 added `test::timeout` helper function, perhaps should use it

This is exactly what I tried to do, but since it wasn't a straightforward upgrade, I didn't follow through yet.

The reason I am asking this is because recently I had to implement another query to enforce strict order semantics over a nested query (`scoped`, https://github.com/eventsourcing/es4j/pull/211) but it had to...

@ghiculescu @archonic I've used @ghiculescu's branch and it seems to have worked fine for me. I do use registrations and I run system tests on this and I tried it...

I also had some issues upgrading to Turbo, but I wasn't trying to upgrade Devise to Turbo at that point. Once I've done that, I used the patch from that...

I tried to build alr using x86_64 alr as well, and it works on `master`, if `native` toolchain is selected If I choose `gnat_arm_elf` toolchain, I get this: ``` gprconfig:...

Got it. I was hoping it was suitable for M1, haha! So far, it looks like only `x86_64` is feasible as a target on M1.

@simonjwright amazing, this worked for my project! Thank you Though still can't rebuild master `alr` using it: ``` ⓘ Building alr/alr.gpr... Compile [Ada] alr-main.adb [Ada] gnatcoll-io-remote-windows.adb [Ada] gnatcoll-io-remote-unix.adb [Ada] gnatcoll-ravenscar-timed_out_sporadic_server.adb...