Nate Bauernfeind
Nate Bauernfeind
If colors are disabled, it would be nice if $ivy didn't try to use terminal color characters. Running: ``` import $ivy.`com.fasterxml.jackson.module:jackson-module-scala_2.13:2.11.4` ``` Has results: ``` [2Khttps://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.13/2.11.4/jackson-module-scala_2.13-2.11.4.pom [2K 0.0% [ ]...
The compiler says not all types are covered for this piece of code: ```scala private[this] def onImportData(id: ImportData): Unit = { id.importType match { case ImportData.Type => onImportDataType(id) case ImportData.Term...
**Description:** If I connect to the vpn from inside of the vpn network, then the routing table is left broken after disconnect. **To Reproduce:** 1. Look for the existing route:...
As a user, I would like to be able to work with fixed point decimal types over Arrow Feather and Flight. We might not be able to write until we...
As a user of the TableLocationProvider API, I would like to control the type mapping used when converting arrow data to deephaven chunks via Barrage's InputStreamGenerator.
Summary --------- If there is a link to a table that has a sync-state graph then the graph only updates when the backing table is visible. See the video for...
For example: ```python from deephaven import new_table from deephaven.column import float_col from deephaven.constants import NULL_FLOAT #
As a gRPC client user, I would like to invoke `withAttributes` on a source table without a REPL interaction. This would, for example, allow client code to set a `BARRAGE_PERFORMANCE_KEY_ATTRIBUTE`...
As a user of a barrage who wants to gain insights from looking at metrics collected related to propagating data to gRPC clients, I would like to better understand `EnqueueMillis`...
I've noticed this issue on `main`, but looks like it is also in DHE `VPlus .345 k8s` -- and therefore not new to the jsapi refactoring as I thought. We're...