Hugo Parente Lima

Results 137 comments of Hugo Parente Lima

> Uh. How exhausting. I'll have to see when I have more motivation to look into this to be honest :P I understand, this isn't simple stuff and easily keep...

I spent some time today trying to fix this like, my approach was: 1. Overide **all** pthread calls and redirect then to GC_ versions (loaded with GC_dlopen) 2. Overide GC_...

Enough for today, but I found something that seems interesting for this issue: https://github.com/kubo/plthook I'm going to try this next time I stop to try to fix this issue.

I just released my [pet project](https://github.com/hugopl/tijolo), posting just to say thank you very much for the fast responses/fixes on all issues I reported, this made the my project exists... and...

Thanks to this github-actions bot, now I feel like calling to my internet provider to report an issue.... at least it didn't ask my CPF. :disappointed:

I didn't fully test this yet, but the monkey patch I'll need to use will be something like this: ```Crystal class Redis def multi : Redis::TransactionApi @strategy = strategy =...

I think it's possible to use the [stack machine introduced in the Drop implementation](https://github.com/TechMagister/liquid.cr/pull/56/files#diff-d2ff13ede4528e61a50f0a5f35f043f5438e7f83aae05cc285bf5f079def8e6a) to fix that.

Now there's just 2 tests failing: ``` 1) Liquid Liquid::Context returns nil for missing key in strict mode with ? Failure/Error: ctx.get("missing?").should be_nil Expected: nil to be nil # spec/liquid_spec.cr:55...

Does JSCore have GIR information? GIR information for non-gobject based libraries are usually not good, maybe would be easier to try to use [GJS](https://gjs.guide/) instead?

I didn't check this issue in detail yet, but maybe cccab764514634ac60e946fd2d9fd856e00f4e39 can help with it, it fixes callback signature generation.