Thomas Poulsen
Thomas Poulsen
## Describe the bug I'm not able to cross compile Heimdal I've tried latest release: 7.7.0 and current master: https://github.com/heimdal/heimdal/commit/56b60a1a40022b651091933200dbefd087e32805 ## To Reproduce 1. Clone the repo 2. Run `sh...
## Background I'm using `Demultiplexer()` to demultiplex nanopore reads. This works well, but when allowing more errors in the barcodes, the time to generate the demultiplexer grows very fast. ##...
## Problem When calling `savehtml()` it adds an extra layer of `` on top of what is already there. ## To reproduce: ``` julia> using Hyperscript julia> doc1 = m("html",...
When using `CartesianIndex` to define a rectangle, the resulting rectangle is not bounded by the pixels mentioned in the `CartesianIndex`. Example: ```julia julia> RectanglePoints(CartesianIndex(1,2), CartesianIndex(3,4)) RectanglePoints(Point(1, 2), Point(3, 4)) ```...
In the [carbonic acid example](https://github.com/rnelsonchem/pHcalc#ph-of-001-m-h2co3) of the README, the pKa values of H2CO3 are given as [3.6, 10.32] and the pH of 0.01 M is computed to be 2.834. According...
As discussed over at https://discuss.ropensci.org/t/plate-reader-files/1192/16 Here's a shot at ingesting a plate-reader file from Tecan i-control. I have tried to follow the guidelines for code-style for the exported function. It...
Trying to fix #8714. * ~~Identified the version of FFMPEG that provided the required library: `libasound_module_pcm_a52.so`~~ * ~~Identified the architectures, where it works. Looks like it is those that were...