Michael Leonhard
Michael Leonhard
Please add this documentation. I have spent half a day struggling to use Bazel to run JOOQ to generate Java sources and then use them as a java_library.
I'm hitting this, too. Please allow variables derived from static values to be used in `lifecycle` blocks. This would let me effectively use modules to run dev & test environments...
I installed Macports and tools necessary to use Android Studio to install a Flutter app onto my iPhone 6s. I got the same lockdown error. SOLUTION: I fixed it by...
The App Bar widget has a similar problem: Removing trailing icons doesn't let the title text use the space.
Hi vorner, Thanks for reviewing the PR! 😄 > First of, I prefer to keep the Cargo.lock in the repo. I prefer to update manually. Don't worry, the downstream crates...
The bug is in [`/init-influxdb.sh`](https://github.com/influxdata/influxdata-docker/blob/master/influxdb/1.7/init-influxdb.sh). That script always tries to run a query. If you enable authentication, then the script requires INFLUXDB_ADMIN_USER and INFLUXDB_ADMIN_PASSWORD to also be set. My workaround...
How about adding a method to check that the connected database schema is compatible with the ktorm definition? Then we could use Flyway for migrations and run the check in...
Hi Diasuke, I hope you will reconsider. I wish to use xxHash3 to build a bloom filter and then send it through the network to non-Swift server. I need a...
I just discovered flatbuffers. Does this mean that flatc produces Rust code that cannot mutate flatbuffers?
Answering my own question: "FlatBuffers supports both reading and writing FlatBuffers in Rust." https://google.github.io/flatbuffers/flatbuffers_guide_use_rust.html