Brett Fowle

Results 8 comments of Brett Fowle

:+1: on this. `amTimeAgo` does indeed work with future dates, but `daysAgo` is calculated as a negative value. So if you want to show a full date past the `amFullDateThreshold`,...

Thanks for the reply! IMO - the Standalone would be the top priority for me, rather than the Webplayer (especially if a full redesign to the architecture is necessary) -...

Further, passing the --tax-dump-dir flag with the unzipped taxdmp from NCBI returns the following error: ``` ... Parsing acc-to-tax-map file... done. Parsing nodes.dmp... done. Thinning and flattening Tree... done. Parsing...

FYI-- I had some time to look into these issues myself. 1.) the `acc-to-tax-map` issue: [seqan3] argument_parser/validators.hpp:374 uses: `path.extension()` from `std::filesystem::path` which in the case of checking extensions with part...

The `acc-to-tax-map` issue still exists (in the `seqan3` repo: https://github.com/seqan/seqan3/blob/master/include/seqan3/argument_parser/validators.hpp#L382-L384). I had not created a PR out of it yet since it seemed a bit more of a "hack" to...

This was with `lambda2`. Thanks~

According to https://material.io/components/app-bars-top/#anatomy (and your screenshot) the icons in AppBar should be vertically aligned to the top while the extended content is vertically-aligned either at the top or bottom. However,...

This is likely related to https://github.com/angular-ui/bootstrap/issues/6239 Name collision when ui-bootstrap `typeahead` directive generates a `debounce` on the tag.