Luke Butters

Results 41 issues of Luke Butters

Hi, thanks for creating this project :) When I run it I find that I get an undefined reference to `pthread_cond_clockwait`, is that expected? ``` [build] : && /usr/bin/g++-10 -g...

Hi An issue appears to exist with Enum's and generic types where if we have two APIs that return: * `ResponseWrapper` * `ResponseWrapper

bug
has-workaround

Hi when following the tutorial I get this exception: ``` java.lang.NoSuchFieldException: handle at java.base/java.lang.Class.getDeclaredField(Class.java:2412) at de.flapdoodle.embed.process.runtime.Processes.windowsProcessId(Processes.java:109) at de.flapdoodle.embed.process.runtime.Processes.access$200(Processes.java:51) at de.flapdoodle.embed.process.runtime.Processes$PidHelper$2.getPid(Processes.java:209) at de.flapdoodle.embed.process.runtime.Processes.processId(Processes.java:72) at de.flapdoodle.embed.process.runtime.ProcessControl.(ProcessControl.java:64) at de.flapdoodle.embed.process.runtime.ProcessControl.start(ProcessControl.java:205) at de.flapdoodle.embed.process.runtime.AbstractProcess.(AbstractProcess.java:99) at ru.yandex.qatools.embed.postgresql.AbstractPGProcess.(AbstractPGProcess.java:19)...

Hi Could a start method be added which looks like this: ``` public String start(IRuntimeConfig runtimeConfig, String host, int port, String dbName, String user, String password) throws IOException { return...

I think under linux vfork is called by the JVM now, it might be worth noting that in the readme

I am trying to run ``` ./run @mode=freebase @domain=free917 @sparqlserver=localhost:3093 @cacheserver=localhost:4000 @data=1 ``` It seems that the lucene index is missing it complained `sempre/lib/lucene/4.4/free917` was missing, I created the folder...

Hi I am doing the tutorial but I can't seem to get pass getting "cities in california" to work.. I increased the logs and saw that it had the following:...

### Severity _No response_ ### Version 2023.3.8103 (with feature toggle) or since at least [2023.4.1479](https://github.com/OctopusDeploy/OctopusDeploy/releases/tag/2023.4.1479) ### Latest Version None ### What happened? ## The problem When running concurrent deployments which...

kind/bug

# The enhancement ## The Need Currently health checks on Tentacles Targets can not run at the same time as a deployment. This means the 1s idempotent readonly health check...

kind/enhancement

### Severity _No response_ ### Version 2024.1.8781 ### Latest Version None ### What happened? The changes for issue: https://github.com/OctopusDeploy/Issues/issues/8118 added a health check timeout which is partially controlled by the...

kind/bug