Ivan Aksamentov

Results 218 comments of Ivan Aksamentov

@fanninpm I measured myself on a large dataset and indeed with xz outputs with compression level 6 it takes 5x time compared to level 2. In https://github.com/nextstrain/nextclade/pull/892 I made level...

This is tremendous, folks! Last time I was so happy is probably only when I discovered the Redux itself. 🎉 The most important thing for me is that this way...

@peter-moran Thanks Peter, Yes, this is how I understand it. Interestingly, we can have a `frozen::string` of an arbitrary length as a map value, but, let's say, not an array...

I thought you'd just delete the types when porting the badges, but you decided to add Typescript to auspice instead :) Looks good! Mild concern only that in package.json typings...

The script is super naive. I am not even sure it works for auspice's changelog. Have you tried it?

I was struggling with this as well, and in the end it was my fault, because I was `call`ing a saga which `yield`ed a mixture of generators and non-generators in...

@richardgoater Nice, thank you Richard! > I think the x axis ticks need adjustment when the chart is zoomed Scaling dates is probably the trickiest part of the feature. Dates...

In my experience, using mouse events attached to a component and then storing the mouse state in the components' state is often awkward. Here in particular when you mouse-down on...

I also noticed that dragging mouse with mouse down causes text selection to trigger. Gladly it is easily solved with CSS (disabling the selection). This however might not allow to...

@Arash-Iranzadeh There's been a problem with website's infrastructure. This should be resolved now. Please clear cache or reload the page using Ctrl+F5 and let us know if it works for...