Mobile Mind

Results 31 comments of Mobile Mind

@zuiderkwast, here's the tcpdump. Rename to .pcap and open on wireshark. [mysql.log](https://github.com/mysql-otp/mysql-otp/files/9144688/mysql.log) Thanks!

Hi @juhlig The dump I sent was from the application with error. Here's the dump of a connection that works. [mysql.log](https://github.com/mysql-otp/mysql-otp/files/9153719/mysql.log) I'm using version 1.7.0, OPT 21

Hi @juhlig, About capability flags, This must be because the server is scalable, and it runs the dumps at different times. About the logs, I took a look but didn't...

@juhlig, all right, I'll wait. Tell me what you need!

I had same problem. To fix, I changed ns configurations to read from `project/src` to `project/app` and changed all files to `project/app`. Too I had that add `rxjs-compat` on project...

@osmangoninahid I gave up using the amazon proxy, not because of the error but because of the monthly cost.

The same error if rurn with repl or with `run` command.

the interface `HttpHeaderGetters` is not public, but there is a hierarchy of interfaces in these structures. https://github.com/line/armeria/blob/main/core/src/main/java/com/linecorp/armeria/common/HttpHeaderGetters.java The equivalent java code: ```java sb.service("/", (ctx, req) -> { logger.info(">>>> " +...

Is there a way to generate a fatjar? I'm not able to upload it with the correct dependencies. I copied all the .jar into a libs folder and used it...

It worked! I was executing the command with wrong arguments. `java -cp "app.jar:lib/*" Main` the `lib` folder contains `find lib/cache -name "*.jar" -exec cp {} artefact/lib/ \;` but the same...