USMortality.com

Results 10 issues of USMortality.com

Getting this error message when running the lighthouse report within google chrome. Seems to me that a fix would be fairly easy, e.g.: [Option 1: Add inner text to the...

Trying to convert via: `./Fast5-to-Fastq/fast5_to_fastq.py /Users/ben/Downloads/fast5/FAN04901_90bfe2e3_0.fast5 > /Users/ben/Downloads/output.fastq` Source file from here: https://public-docs.crg.es/covid/8F6N9_Korea_VeroInfected.Wuhan_Hu_1/NanoPreprocess/fast5_files/ Output is: ``` Looking for fast5 files in: /Users/ben/Downloads/fast5/FAN04901_90bfe2e3_0.fast5 Found 0 reads ``` Any ideas/pointers? Thanks!

Small PR, which mainly adds the functionality to get the sortKey in custom function: - upgrade vue-tsc package - pass sortKey to customSort function - add source maps for debugging...

#### Describe the bug During Typescript build, the type check fails. Here's a minimal reprex, based on latest vue generator: https://github.com/USMortality/-vue-slider-component-test You can clone it and then run: `npm type-check`...

bug

I am trying to calculate the accuracy of a single point forecast for 2013. Model is trained on 2010-2012 data. It produces expected result, but also throws error: `[1] subscript...

Multipart upload fails, see error below, when setting multi_part to false, it works, but gives a warning due to large file size... I'm using MinIO behind Cloudflare. Upload via `mc...

YearWeek and scale_x_yearweek with 1 year gaps, lead to wrong x axis. See here in this example, 2020 is duplicated twice and every year, thereafter is offset by 1... I...

In the below example, using a training set of 2010:2019 produces the following chart: ![plot-1](https://github.com/tidyverts/fabletools/assets/94856880/d8d6f267-3ab1-4714-a36e-9bb6a462ee4c) Note the break in the forecasted mean. This does not happen when either setting training...

Trying to save a page from here, doesnt work (just blank page): `monolith https://www.mortality.watch/explorer/ -o mw.html`

With this example: https://codepen.io/usmortality/pen/KKjbzrj the datalabels render correctly. ![Screenshot 2024-09-05 at 6 23 50 PM](https://github.com/user-attachments/assets/7396bc31-2c08-48b0-9169-a70dc30fdb20) And the same rendered via simple nodejs/canvas server side renderer do not: ![localhost](https://github.com/user-attachments/assets/104887b0-16b5-41ed-851c-75a12eec77e0) ```js import...