Jeff Hammerbacher

Results 69 comments of Jeff Hammerbacher

I wonder if there are any lessons to be learned or integration opportunities with https://github.com/nrdg/cloudknot?

While useful, `C-r` isn't precisely what I want: it doesn't do prefix matching (it matches arbitrary substrings) and it only finds the most recent match (as far as I can...

I noticed while investigating this issue that the `#search-input` element has an `autocomplete` attribute that's currently set to `off`. I don't see any documentation on this attribute; do I perhaps...

Okay strangely after a reload this is actually working now! The styling is not great as the search result text is cut off at the sidebar. If anyone with frontend...

@choldgraf we did in fact get this working! https://github.com/pystatgen/sgkit/pull/668 is the PR and you can try it live at https://pystatgen.github.io/sgkit/latest/. From a styling perspective the only tricky part is to...

I believe @julia326 is working on this one!

I find the `null` coercion that `jsonlite` is doing a bit odd. I'm using `jq` to query a single large JSON object and return a much smaller JSON object to...

Ketrew's engine also has a database to store workflow metadata; I could imagine making this database available to workflows as scratch space for key/value storage. I could also imagine that...

It's probably best to not include this functionality in the workflow engine and just allow users to decide how to handle state between nodes themselves. For our lab's purposes, you...