Lorenzo Gabriele

Results 70 comments of Lorenzo Gabriele

I don't know if this is doable or even meaningful, but a mechanism to delegate the handling to a different application ( listening in a different port ) could make...

Sorry, I forgot to mention my specific use case! I want to delegate authentication to [vouch-proxy](https://github.com/vouch/vouch-proxy), a microservice that handles authentication using the NGINX `auth_request` protocol. It is nice since...

Related on how the API changes if you want to use the full power of io_uring https://blog.vmsplice.net/2020/07/rethinking-event-loop-integration-for.html

Thank you @nicolasstucki for fixing the underlying issue :)

I'm reopening since the compiler is not changing behavior. Still, this change is not perfect because it doesn't parse a comment in the middle of `'` and `{`.

@keynmol scalatest 3.2.12 was released with [native0.4_3 artifacts](https://repo1.maven.org/maven2/org/scalatest/scalatest_native0.4_3/3.2.12/) :-)

Actually Boehm supports threads very well. I started the process of making immix/commix aware of threads, But make them even fast isn't easy because you need to minimise locking and...

@justin2004 Thank you for the example. My example is different since the cursor is generated by the API provider and I can't calculate it without iterating over the pages. @enridaga...

This is great! Thank you very much! I have a question about how the split in `.ll` files happens. Why does the split happen per `package`? Have you considered an...

I think we should wait to merge because they are releasing Scala Native 0.4.0-M1 and we can do a crossbuild to support both 0.4.x and 0.3.x using some environmental variable...