Ivan Aksamentov

Results 218 comments of Ivan Aksamentov

Yeah, looks like it crashed the parser in an ugly way and the whole thread along with it. Error handing in presence of scoped threads is a bit tricky, but...

How do you see we could handle that?

@corneliusroemer Can't reproduce. Are you using a particular data for this? Please provide data and steps.

https://github.com/nextstrain/nextclade/pull/962 **might** fix it, but impossible to say without repro

@ryhisner There's been a problem with website's infrastructure. This should be resolved now. Please try again and let us know if it works for you.

Related: https://github.com/nextstrain/nextclade/issues/112 Yes, I wanted to play with it sometimes. Question of priorities. Not sure how involved that is. Toggling the columns is probably easy, just need a way to...

@corneliusroemer > Second would be allowing custom columns to come toggled off by default, e.g. we could have two Nextclade pango custom columns: Aliased, Unaliased. Aliased would come toggled on...

@corneliusroemer Is this for the web only? Where would you want to put the toggle? It will be a bit random, as which rows are hidden will depend on row...

> I just want to get the union of the sets You can also do it with `seqkit` or something. Not sure if growing Nextclade into sequence processing kitchen sink...

This just broke our build. Consider dropping ts-toolbelt dependency or inlining the of part that is needed. Same for `is-what`. Perhaps `Array.isArray()` can be used instead. `merge-anything` is a tiny...