Sutou Kouhei

Results 251 issues of Sutou Kouhei

This may work: ```diff @@ -360,12 +320,14 @@ class CSV if @liberal_parsing @unquoted_value = Regexp.new("[^".encode(@encoding) + escaped_column_separator + - "\r\n]+".encode(@encoding)) + escaped_row_separator + + "]+".encode(@encoding)) else @unquoted_value = Regexp.new("[^".encode(@encoding) +...

The following code doesn't work with the current `instance_eval` based implementation. ```ruby require "charty" class MyApp def initialize @dataset = [ [[1, 2, 3], [4, 2, 1]], [[1, 2, 3],...

See also: * https://github.com/groonga/groonga/issues/955 * https://github.com/zulip/zulip/issues/12275 * `func_html_untag()` in `lib/proc.c`

Because Node.js 17 and expect 29.1.2 are conflicted. https://github.com/ursacomputing/crossbow/actions/runs/3224409421/jobs/5275509496#step:6:759 error [email protected]: The engine "node" is incompatible with this module. Expected version "^14.15.0 || ^16.10.0 || >=18.0.0". Got "17.9.0"

Error1 (can't use `[[gnu::dllexport]]` with template): cpp/src/arrow/util/int_util.cc:463:1: error: an attribute list cannot appear here INSTANTIATE_ALL() ^~~~~~~~~~~~~~~~~ cpp/src/arrow/util/int_util.cc:454:3: note: expanded from macro 'INSTANTIATE_ALL' INSTANTIATE_ALL_DEST(uint8_t) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpp/src/arrow/util/int_util.cc:444:3: note: expanded from macro...

lang-c++

APT/Yum verifications use Docker. If we use old libseccomp on host, some operations may cause errors: https://github.com/ursacomputing/crossbow/actions/runs/3294870946/jobs/5432835953#step:7:5437 + valac --pkg arrow-glib --pkg posix build.vala error: Failed to close file descriptor...

SOURCE_PR in dev/release/02-source.sh didn't work because it refers undefined variable (`rc_number` is referred not `rc`). This change includes the following changes including the fix of the undefined variable problem: -...

docs