Tim Harper
Tim Harper
Current dependencies are quite dated and we need a new release. @mwunsch I don't think I have maven central publish access; I could handle the release if I did.
Central dashboard would lead to double URL encoding characters such as quotation due to the expectation that the underlying Iron-Location hash is already decoded, and failure to decode it when...
/kind bug **What steps did you take and what happened:** I've embedded mlflow in the kubeflow central dashboard. Certain links, like metrics, include quotation characters. When I click the link,...
The workspace volume path of "/home/jovyan" was previously hardcoded. This is problematic for configurations which customize this value in the spanner_ui_config and created a disconnect in which the presented workspace...
## Expected behaviour When I run this: ``` sbt universal-docs:package-zip-tarball ``` It should run tar with the options `-pcvf`, as occurs with `sbt universal:package-zip-tarball` ## Actual behaviour Tar is invoked...
There presently exists no mechanism to convert a Rep[T] to a Rep[List[T]]; using asColumnOf results in a Postgres error. Unfortunately, it looks like it will be impossible to get `slick`...
I don't know if there is a way to warn about this, but the following are not the same: `eventId.asColumnOf[String] === s.eventIds.any` and `s.eventIds.any === eventId.asColumnOf[String]` The latter will be...
In my DHT sensor, I'm consistently seeing a low time of 23-24us measured here: https://github.com/winlinvip/SimpleDHT/blob/1.0.12/SimpleDHT.cpp#L220 I'm not sure if it's because the microcontroller I'm using has timing issues, or it's...
Our understanding of the framework is that you can provide two memory configuration values, `--mem` and `--heap`. From groking the code, it appears that `--mem` is used to allocate RAM...