Dave Syer
Dave Syer
[provide a description of the issue] ##### Environment - Operating System: Linux - JDK version: 11 - Visual Studio Code version: 1.63.2 - Java extension version: v0.21.0 - Java Debugger...
`ZoneRulesBuilder` has `package org.threeten.bp.zone;` (https://github.com/konsoletyper/teavm/blob/master/tests/src/test/java/org/teavm/classlib/java/time/zone/TestZoneRulesBuilder.java#L47) but that's not consistent with its location in the source tree. Apparently the project still builds (how? maybe `tests` is not part of the build?)...
``` Uncaught ReferenceError: Yz is not defined at GX (classes.js:75) at V6 (classes.js:73) at IR (classes.js:1568) at MV (classes.js:1567) at Object.cu (classes.js:29) at K$ (classes.js:1324) at O$ (classes.js:1323) at H1.ix...
Comments in #6 say that the standard `introduction/index.html` should print just fine, but even that is fubar for me. Opening any deck I create in Chrome or Firefox seems to...
Environment setup after container restarts can take a really long time if all of nixos.org has to be downloaded every time. I guess you might want the option to clear...
There are potentially 2 separate use cases here: * I would like to be able to bind to a SQL instance that already exists. * I would like to be...
I guess it might be useful for nearly all GCP objects, but `CloudSQLInstance` is the one I am interested in for now. Currently I need the project ID occasionally in...
``` $ cf logs appname ... FAILED CFoundry::BadResponse: 500: Internal server error cat ~/.cf/crash # for more details $ cat ~/.cf/crash Time of crash: 2013-08-08 12:20:22 +0100 CFoundry::BadResponse: 500: Internal...
If I push an app with a custom command in the manifest and then subsequently delete that command from the manifest `cf push` still uses it, even if I use...
Kubernetes has a core point in its philosophy: an application should not have to behave differently in a cluster. The readiness and liveness probes are generally useful outside k8s, so...