Michael Rubin
Michael Rubin
### Versions used Akka version: 2.6.7 Alpakka Kafka version: 2.0.4 Kafka version: 2.6.x Since switching from the Kafka Java SDK to Alpakka Kafka (no other changes), we have noticed that...
Using sbt 1.4.4 to create a zip for a Play Framework (2.8) project via `sbt dist`. I am specifying `javaOptions` just like seen in the [documentation](https://www.scala-sbt.org/sbt-native-packager/archetypes/java_app/customize.html#via-build-sbt). These are my exact...
I have a number of existing Play framework services which I deploy via `docker:publishLocal` with the default base image. I build on Mac (or Jenkins/linux) and deploy to AWS. I...
I've been running on 5.6.22 without issue. When attempting to upgrade to 5.6.25 (compiled from source, as usual), I get a segfault when attempting to start up the server: ```...
make all-recursive make[1]: Entering directory `/root/HandlerSocket-Plugin-for-MySQL-master' Making all in libhsclient make[2]: Entering directory`/root/HandlerSocket-Plugin-for-MySQL-master/libhsclient' make[2]: Nothing to be done for `all'. make[2]: Leaving directory`/root/HandlerSocket-Plugin-for-MySQL-master/libhsclient' Making all in handlersocket make[2]: Entering directory...
When mysql (e.g. a slave that's about to perform a backup) is restarted with --skip-networking, HandlerSocket does not appear to respect this and is still available. Is this a trivial...
When you are using the zebra widget on a table, and you filter based on some input (i.e. from the user typing into a text field), sometimes you get two...
Reopening https://github.com/johannburkard/UUID/issues/5 in case you wish to consider the following update. It appears that [Amazon Linux 2](https://aws.amazon.com/amazon-linux-2/) does not have the `hostname` command out of the box. However, it does...
Does anyone know why `4096` is used as the default chunk size for reading data? According to https://opensource.apple.com/source/CommonCrypto/CommonCrypto-36064/Source/Digest/sha1.c (via http://stackoverflow.com/a/5387310/1011953), SHA1 (and perhaps the other digests) is hardware accelerated if...
I'm using LSP v1.27.0 and LSP-metals v0.17.6 in Sublime Text build 4169 on Mac OS Sonoma 14.1.1. I'm seeing the following message: "You are using Scala version 2.13.12, which is...