Pierre Chapuis

Results 71 comments of Pierre Chapuis

OK, we dropped luaossl from that project anyway (and we will switch to 1.1.0 anytime soon).

OpenSSL 1.1.0 makes initialization (and de-initialization) unnecessary, so a simple solution to this issue could be to migrate to the 1.1 API and just never initialize now.

Same as @euclidianAce, real life (work + new kid) means I have little time for OSS but the changes I see in this branch are a lot of things I...

I played a bit with the `where` clause on the current `next` branch, and I noticed that it doesn't work with generics. I mean that this works: ``` local type...

> (Slightly related: can you release your FOSDEM slides? I know the video is probably broken, which is too bad, but the slides at least would be useful.) The video...

It does not make sense for me because a record is an interface and not an implementation. I can see how such a mechanism could generate code based on metatables...

@hishamhm For what it's worth I ran this PR on two years of Advent of Code and my small neural networks codebase and got 0 error.

@MarketingPip I think what you want is [this](https://github.com/fengari-lua/fengari-interop/blob/fe5d8c25b0195ff47d043f45563ecf44f9d31665/src/js.js#L260)

FYI I checked today and Jammy (22.04 LTS) ships nchan 1.2.7 in the libnginx-mod-nchan package.

Yes. I would not use that style everywhere, sometimes you need fine-grained error handling, this is why I want that as an option. But sometimes you just want things to...