Michael Vorburger

Results 604 comments of Michael Vorburger

I would welcome contributions (PR) with fixes for this from any Windows users of this library.

Having to constantly rebuild `protoc` from scratch everywhere causes all sorts of weird surprises; e.g. https://github.com/grpc/grpc-java/issues/11790! It also makes builds more "heavy" than they could otherwise be, which is a...

> In setups with RBE available, this is not a problem since it is mostly just downloaded from the remote cache anyways. Sure, but not every user of Protobuf of...

I see! Thank You. Yeah, that approach (i.e. Mangle as a server in a separate process) makes great sense (forget e.g. SWIG). I'll have a closer look and poke at...

#439 is a little bit related to this, just for the record, if that gets picked up, this should probably be considered.

Actually, if I understand this correctly, you can just drop the `kinds` and it will use the same message for all? https://github.com/enola-dev/enola/pull/1460 tries this. I'll send a PR for the...

> Contains Chinese strings @sortjiajun this is likely an "encoding" issue... are you using MariaDB4j "professionally" (at work) and would be willing to pay for support for me to fix...

> @sortjiajun this is likely an "encoding" issue... It's because years ago I had (wrongly) hard-coded a `Charset.defaultCharset()` [here](https://github.com/MariaDB4j/MariaDB4j/blob/22aa962f15a6f0f4875c16566581d71fff3d88e0/mariaDB4j-core/src/main/java/ch/vorburger/mariadb4j/DB.java#L330)... ... it may be better to use the `configuration.getDefaultCharacterSet()` instead of...

> ... it may be better to use the configuration.getDefaultCharacterSet() instead of Charset.defaultCharset(), there. This would mix the "DB Encoding" with the "Encoding of Resources on the Classpath" - but...

I'm interested in using something like this [here](https://github.com/enola-dev/enola/issues/1231) (and willing to later contribute doc write-up on https://github.com/flox/floxdocs/issues/90 - once I learn more about it), and curious how other Flox users...