Thomas Diesler

Results 50 comments of Thomas Diesler

[config-head.log](https://github.com/tstack/lnav/files/6796809/config-head.log) [config-0.10.0-beta1.log](https://github.com/tstack/lnav/files/6796810/config-0.10.0-beta1.log) It seems to fail like this ... ``` configure:6314: checking whether the C compiler works configure:6336: aarch64-unknown-linux-gnu-gcc -g -O2 conftest.c >&5 /nix/store/ca148jcwpzjqyasyaqf9l81sndxwgbqn-binutils-2.35.1/bin/ld: cannot find crt1.o: No such file...

Is it not possible to simply warn/ignore KAFKA_PORT? Otherwise, everyone will have to give their kafka svc funky names

PR: https://github.com/hyperledger/aries-cloudagent-python/pull/1896

This [code](https://github.com/tdiesler/nessus-aries/blob/main/itests/smoke/src/test/java/io/nessus/aries/test/websocket/UnauthorizedWebSocketTest.java), which is now independent of the acapy-java-client, shows a successful WS handshake and the Open message with the Protocol Update - no admin key nor bearer token is...

That sub-wallet specific WS connections (i.e.connections that were created with the wallet's access token) see messages for other sub-wallets, may possibly be related to #1742. For example, Acme sees connections...

From the [websockets](https://websockets.readthedocs.io/en/stable/topics/security.html) page > An attacker who can open an arbitrary number of connections will be able to perform a denial of service by memory exhaustion. If you’re concerned...

Not having restlet in [central](https://maven-repository.com/artifact/org.restlet.jee/org.restlet.ext.httpclient) is biting [camel-restlet](https://github.com/apache/camel/blob/master/components/camel-restlet/pom.xml#L40), [wildfly-camel](https://github.com/wildfly-extras/wildfly-camel) and [wildfly-swarm](https://github.com/wildfly-swarm/wildfly-swarm-examples/blob/master/camel/pom.xml#L25). ``` Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find org.restlet.jee:org.restlet.ext.httpclient:jar:2.3.6 in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not...

An obvious solution would be to move away from JitPack and publish on Maven central (like most other OS Java projects do). AFAICS, it is JitPack that mandates a certain...

Currently, the maven build fails for a number of reasons. I tried to address this in ... https://github.com/tdiesler/weka-3.8/issues/2 https://github.com/tdiesler/weka-3.8/issues/3 https://github.com/tdiesler/weka-3.8/issues/4 https://github.com/tdiesler/weka-3.8/issues/5 Ideally I'd like to get a clean build of...

Should be resolved by #344