Lars Kanis
Lars Kanis
Assuming the following tables: ```sql create table employees (id serial primary key, name text, dept_id int); create table departments (id serial primary key, name text); insert into departments (name) VALUES...
This is a [known issue](https://bugs.ruby-lang.org/issues/21286) with the gcc-15 release. It is fixed in ruby-3.4.4 but not yet on older stable branches. I'm waiting for ruby-3.2 and 3.3 point releases. Rubyinstaller-Devkit...
Nokogiri currently doesn't install out of the box on ARM64 on Windows. But the workaround is simple: ```sh ridk enable pacman -S %MINGW_PACKAGE_PREFIX%-libxml2 %MINGW_PACKAGE_PREFIX%-libxslt bundle config build.nokogiri --use-system-libraries gem install...
This is already fixed by #556
Alternative solution is to remove the `.b` from the BinarySignature. Then the frozen_string_literals come into action, so that it becomes shareable. I'll prepare a PR with test case. Anyway I'm...
Is it possible to create a dockerfile with a repro?
> Is it the expected behaviour that pgconn_async_get_last_result would ever block for a significant period? From the comment here it sounds like it shouldn't block: Yes it is intended that...
Thank very much you for this PR! Somehow I had the opinion, that this is already implemented. But it is not! I'll try to add some useful tests for it...
IMHO from a RubyInstaller perspective neither `ARM64EC` nor `ARM64X` make much sense to support: * `ARM64EC` would allow to run ruby and C extensions at almost native speed and still...
This is probably more an issue if the fox toolkit, than FXRuby, but I can forward it. Do you have some screenshots? I don't understand it from the description.