Greenstick
Greenstick
+1 - I found with `fastq-sort -I` and `--id` don't work, the source seems to indicate it should be `-i`.
I'd like to add to this – trying to figure this out and it's unclear how to do this efficiently with D3. Key reason why this is important is that...
Adding to the chorus here – the axis argument for numpy aggregation functions is crucial for so many applications. Numba is already an awesome project; would be great to have...
Ditto. ```bash > npm audit # npm audit report axios >=1.3.2 Severity: high Server-Side Request Forgery in axios - https://github.com/advisories/GHSA-8hc4-vh64-cxmj fix available via `npm audit fix` node_modules/axios twilio >=4.19.3 Depends...
Can confirm this is still an issue. Looks like it may be to do with Brave being a bit more conservative about the JavaScript that can be run on the...
Wanted to post a late update to this – ultimately it turned out I was unable to write data using the `wfdb.wrsamp` method. I'm not too familiar with the `wfdb`...
Hi @briangow, sure thing. Here's an example of code that generates an error: ```python data = wfdb.rdsamp(input_file) signal, fields = data wfdb.wrsamp(output_file_path, p_signal = signal, **fields) ``` This is an...