Johannes Kumra Ahnlide

Results 8 issues of Johannes Kumra Ahnlide

This requires a major rewrite since URL to creator currently is a many-to-one relationship. On SoundCloud the URL isn't interesting, what you listen to is, you might listen to several...

type: enhancement
priority: low
improves: content detection

Fixes https://github.com/SuperuserLabs/thankful/issues/15 This needs a rewrite of background.js before it can be merged.

Performance improvements to fix #354. Before: ``` 178.212 μs (47 allocations: 1.15 MiB) 130.184 ms (1098374 allocations: 32.00 MiB) 155.115 ms (998374 allocations: 28.95 MiB) 154.162 ms (998378 allocations: 30.48...

In my answer to a recent [question on StackOverflow](https://stackoverflow.com/a/67571105/15281224) I noted that `recode(a, pairs...)` and `recode!(a, pairs...)` when `a` is a `Vector` are an order of magnitude slower than `unwrap.(recode(a,...

In ahnlabb/BioformatsLoader.jl#18 @timholy noted that after the JVM was initialized sending the interrupt signal (e.g. through `Ctrl-C`) would exit Julia. This happens because the JVM installs signal handlers by default....

BioformatsLoader.jl has had some problems with OOM-errors. I just added a workaround using local frames (ahnlabb/BioformatsLoader.jl@4d4e2d5decd87c8bfd2bfca2fdfbc4214b120977). However, it seems like this could be a bigger issue with the `result` variable...

When the build process has failed and `bioformats_package.jar` is unavailable (e.g. download failure) the user gets cryptic error messages when calling functions in the package (#5). The risk of this...

- [ ] Test with open formats using `Images.jl` - [ ] Test with small sample images of different proprietary formats. (Maybe some sample images from the loci website could...