Eduardo Bart

Results 50 comments of Eduardo Bart
trafficstars

It's pity that some Linux APIs depends on a C extension, I agree on having this low priority. > GCC and Clang has so many extensions and implementing them requires...

This project is not maintained anymore, use Lua 5.1 or edit the sources to use a recent Lua (I think it will require minor changes).

I've noticed that using `emcc -Oz -g` makes the test case work as expected, only `-g` added, why would debug information change the runtime behavior of asyncify?

> To check that theory, you can try disabling inlining in the binaryen flags. I see we don't have a simple "no-inline" flag atm, which maybe we should add. Meanwhile,...

> emcc -s BINARYEN_EXTRA_PASSES=--flexible-inline-max-function-size=0,--one-caller-inline-max-function-size=0 That seems to solve the issue! Do you know if this is possible with WASI SDK clang? Or an emcc only thing? Now I want to...

> Or, avoid wasm-opt being in your path I guess. Just did that, and things seems to work now with WASI SDK! Unfortunately I could not find a way to...

I'm also needing this. In my case I have two mysql instances on different servers, so I do need two connections using the resty_mysql backend.

I've done it! This is how I did: 1. First I've copied `lapis/db/mysql.lua` to my website folder in `lib/mdb.lua`. 2. Then I've patched it to support different mysql configurations as...

I miss this feature, I'm using only lua too and just noted that there is no support for subapplications. Is there any workaround to make app:include() work? I think this...

Search doesn't have pagination and only the first 50 results are shown, I almost missed discovering some useful libaries because of this. Sorting by downloads would be much better too.