Paweł Świątkowski

Results 45 comments of Paweł Świątkowski

Makes sense with installation. Changes in #30 fixed issues with `make_from_tuple`, but they have not yet been published to Rubygems. I haven't noticed that 🤦‍♂️ I cannot reproduce problems with...

@collimarco I created PR #33 which should address it. Would appreciate if you could test it as well.

@zachallaun does the fork exist? I was about to try to do that on my own, but decided to check the issues first 😉

@Shkrt Thank you for the report and sorry for late reply (I was on vacations). It looks like a more difficult problem to solve, especially that I'm not familiar with...

Okay, I figured it's better not to touch `.moc`, as MacOSX and Windows don't like it. Now the builds are green.

@simon-dedeo thanks for this investigation! I ended up downgrading to Ruby 2.7 to get GSL to work but I guess this is not a good solution. It'd be great to...

[I forked the repo](https://github.com/katafrakt/rb-gsl) and I plan to update tests to check all modern Ruby versions. Then I can release it as a gem. Any ideas for the name? `gsl-reborn`?...

@david-macmahon that's an option too. I'm no expert in GSL though, I only use it in Jekyll for similar posts :wink: But for sure I can do some maintenance chores,...

It took some time to understand all the preprocessor magic and subtle changes in Ruby 3 C API, but I created a pull request that compiles against Ruby 3, passes...