Devin Smith

Results 190 comments of Devin Smith

Potentially related would be catching syntax errors on the web UI; I don't know if the code formatting tools considered would expose the appropriate syntax error hints, but that would...

Are we planning to provide an easy way to turn off formatting and turn off linting (likely, two different settings)?

I think @jmao-denver and @chipkent should take a look specifically. I'm hoping that the settings we choose to use for web UI can be adopted by deephaven-core python development, ala...

I think the groovy bit would be relatively easy, given our current method that looks at jar versions. Python will take a bit of a different approach I suspect, but...

The server side is now publishing `groovy.version` (and `python.version` when there is a python script session). Note that `groovy.version` *is* still published when running a python script session since it's...

I'll second an extension to StorageService; right now our storage service really expects "small text files": ```protobuf message SaveFileRequest { // True to permit replacing an existing file, false to...

I'm working on a blake3 tree traversal API to support the logic needed to implement a bao-like incremental producer / consumer. Essentially, a bunch of implementation math so you can...

This is ultimately an issue for https://github.com/deephaven/deephaven-core; there are certain types of parquet values that can't currently be mapped (Java has no native uint64 type... but there may be workarounds)....

Just ran across this in our own code. IMO, `SE` and `SRE` should try to be `Serializable` - as it is the contract on `Throwable`. I do notice that `SE`...

I don't know if there would be any inherent advantage over a view formula, but being able to re-interpret a column from a long to an int (with strict safety...