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...
Tools for developing graphical user interfaces Discussions: * https://discourse.julialang.org/t/gui-options-for-julia/110474 * https://discourse.julialang.org/t/gui-package-for-a-real-time-control-application/84673 Julia Packages: * https://juliapackages.com/c/gui Packages: * [QML](https://github.com/JuliaGraphics/QML.jl) * [GTK](https://github.com/JuliaGraphics/Gtk.jl) * [CImGui](https://github.com/JuliaImGui/CImGui.jl) * [Fugl.jl](https://github.com/ErikBuer/Fugl.jl) * [Tk](https://github.com/JuliaGraphics/Tk.jl) * [Tcl](https://github.com/emmt/Tcl.jl) * https://github.com/GenieFramework/StippleUI.jl...
List of time series packages: https://discourse.julialang.org/t/time-series-in-julia-working-list/62539
List of packages I'll like to include, but do not currently have a section for: * https://github.com/ronisbr/TerminalPager.jl * https://github.com/mrufsvold/ExpandNestedData.jl * https://github.com/MasonProtter/ReplMaker.jl Maybe under Graphs: * https://github.com/bauglir/Kroki.jl * https://github.com/JuliaDocs/DocumenterMermaid.jl * https://github.com/EconForge/Dolang.jl...