Kuzuha SHINODA

Results 4 issues of Kuzuha SHINODA

I'm trying to migrate Java EE to Jakarta EE for some reason (e.g. native-image, spring 6). This project has example code for many platform. It's good for SDK users, but...

enhancement
project:bolt

I propose bump up v2 to support type parameters.

## Proposed Changes * Increase minimal supported version from Go 1.15 to Go 1.18 * Bump up to v2 * Support type parameters ## Further Comments Support Go 1.18 Type...

I tried to write multiple query in fluentd's config like that. ``` key_names foo, bar sql set @foo:=?, @bar:=?; insert into foo values(@foo); insert into bar values(@bar); ``` However, fluent-plugin-mysql...