Addison Klinke
Addison Klinke
That's a decent workaround, but it's not always possible to know the number of postings ahead of time. For example, if my company sends travel reimbursements to my checking account...
I'll try switching to the editor window, that seems like a reasonable workflow especially with the keyboard shortcut. Thanks!
@jbms The `shift + enter` option has been working for me, except after I save the journal I can't get back to the list of pending candidates I had previously...
The error ``` ValueError: Required inputs (['token_type_ids']) are missing from input feed (['input_ids', 'attention_mask']) ``` Means that currently your input feed contains keys `input_ids` and `attention_mask`, but is missing `token_type_ids`....
Confirmed that downgrading to `td-watson==2.0.1` resolves the bash completion. A couple notes regarding this process 1. `brew` only has the latest, so you have to resort to pip-install on a...
@andrew-wm-arthur Sorry for the delay here, I think this would be most useful for interactively staging on the command line. At times, I could envision I've made multiple categories of...
I think both options can be nice to have on a multi-disciplinary team to cater towards each members' strengths. For instance in ML, the data engineers I work with would...
Regarding my link to the `unidiff` library above, it's unclear to me whether the incompatibility would be best solved by 1. Updating their `PatchSet` parser 2. Adding additional standardized format...
@matiasb Curious if you have any update on this?
Is there a standard way you could see external project's writing a plugin to support their diff format? That seems like it could be a good solution. If so, I...