Aly Cerruti

Results 145 comments of Aly Cerruti

I'll take Fibers, I'll be able to start work on them after January 2nd.

Due to time constraints and last minute events I won't be able to work on Fibers as expected :(. If someone else wants to claim them, that would be amazing.

👍 +1 for AArch64 assembly. https://github.com/s5bug/m1-helloworld/blob/99d569a25e50cc3fc5f64d69fca8dc1dff873ae4/main.s doesn't look that great otherwise (it gets treated as m68k assembly).

Just for information: The Zig C compiler can compile: - From Linux to MinGW - From Windows to MSVC (_except_ for `windows.h`) The Zig C++ compiler can only compile natively:...

It might help to note that most SBT projects can be mostly represented by a POM using `sbt makePom`, and then can probably be passed through the Maven backing.

Not exactly acquainted with .NET/Nuget/etc, how do I use this in my own project while it's not merged?

The bot doesn't post a message every commit, is that still fine?

Ok, using https://nuget.avaloniaui.net/repository/avalonia-all/index.json didn't work, but https://pkgs.dev.azure.com/AvaloniaUI/aa84306f-2981-47b9-8206-edb3bed6250d/_packaging/64388c94-6632-79aa-93af-ab6362308af7/nuget/v3/index.json did. Unfortunately I don't currently have the time to actually write and test Vulkan code.

What's required to push this PR to the finish line? I have a system similar to ```scala trait T[X] case object Foo extends T[Unit] trait AsParam[L] { val tl: T[L]...