Masahiro Ide

Results 10 comments of Masahiro Ide

thank you for your infomation, but still not work. We cannot define function more than 128. ``` $ gdb -arg ./Debug/gperl sample/stress_call.pl (gdb) r COMPILE ERROR: cannot find func name[f128]...

Thanks for opening an issue. At this moment, there is no time to support webflux. Let me tackle this issue if we get a resource to support this.

We noticed a regression and was resolved by https://github.com/line/gradle-scripts/pull/124/commits/f474532b698858467dcb1034c06428148eb607e6 I would like to say thanks to @noda-sin to address the issue

@k-takata Hi, do you have a chance to review this? I've applied to Ruby this patch (https://github.com/imasahiro/ruby/commit/860d60cfca690309cb1ba2811bbb1175f78dd48d) and it seems benchmark result shows not bad number (with https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/regexredux-ruby-3.html (which checks...

Hi~ any update so far...? @k-takata

Or is this repo already obsoleted? Then should I send a PR to https://github.com/ruby/ruby instead for example?

ref: https://github.com/line/armeria/pull/1226 (let me revisit here next monday)

I've met simler situation when implementing async API with spring-boot (using `DeferredResult`) + `TomcatService` (and not solved yet). Here is minimum sample code for our case. https://github.com/imasahiro/armeria-issue/blob/issue116/src/main/java/com/linecorp/armeria/sample/SampleController.java#L22

just curious, do we have a CI with GraalVM? (seems not configured yet? https://github.com/line/armeria/blob/main/.github/workflows/actions_build.yml )