vlaaad
vlaaad
Ah I mixed it up with #7028
Shouldn't Bob be able to pick up this per-project build server setting somehow? Along with headers...
Yeah but if there is a specially intended checked-in build server for a project, maybe Bob should pick it up automatically? Because it is intended and checked-in in a file...
Hmm yes, it solves the autocomplete part.
``` java.util.concurrent.FutureTask.report.class java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Don't know how to create ISeq from: java.lang.Double at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:191) at clojure.core$deref_future.invokeStatic(core.clj:2300) at clojure.core$future_call$reify.deref(core.clj:6974) at clojure.core$deref.invokeStatic(core.clj:2320) at clojure.core$deref.invoke(core.clj:2306) at clojure.core$map$fn.invoke(core.clj:2755) at clojure.lang.LazySeq.sval(LazySeq.java:42) at clojure.lang.LazySeq.seq(LazySeq.java:58)...
I managed to reproduce this issue with following steps: 1. create a script file with `go.property("foo", 12)` 2. use the script file in a collection and override the property value,...
It's because defold provides it's own jdk (which is 8). There is hope they will migrate to jdk 11 though, since it's a new LTS release.
By the way, Defold editor migrated to jdk 11 in 2019 and HiDPI works on my Ubuntu
Error like this can happen if there is a firewall blocking access to the debugger, or if there is a tight loop in game so it can't respond to debugger...