Kevin Bonham

Results 67 issues of Kevin Bonham

Came here while searching for whether or not Audible has a public API - was excited to see this project, but the link in the README appears to be dead....

``` (juliacon_proceedings) pkg> add https://github.com/tszanalytics/BayesTesting.jl.git Cloning git-repo `https://github.com/tszanalytics/BayesTesting.jl.git` Updating git-repo `https://github.com/tszanalytics/BayesTesting.jl.git` [ Info: Assigning UUID cea311d0-c275-591a-9789-eae9848c85c9 to BayesTesting Resolving package versions... ERROR: The following package names could not be resolved:...

It would be really nice to have a little bash script that effectively runs julia in daemon mode, starting a server if there's no server active. But is there a...

Broadcasting division where the second argument has multiple dimensions causes the zeros in the matrix to be materialized ``` julia> using SparseArrays julia> m = sparse([0 2; 1 0]) 2×2...

# Purpose In an effort to improve cross-ecosystem compatibility, it would be nice to make table-like data structures more interoperable. My view of the ecosystem is quite narrow - I'm...

Might also be good to deprecate the `metadata` methods since they now conflict with DataFrames.jl (https://github.com/JuliaData/DataFrames.jl/pull/3055) Eg. - `get(comm)` - get all metadata (to replace `metadata(comm)`) - `get(comm, [:field1, :field2])`...

enhancement
Interop

@RiboRings if you're interested. See https://github.com/EcoJulia/Microbiome.jl/blob/main/.github/workflows/downstream.yml

compat
ci

## Things to do - [x] Decide on most important things to cover - [x] Decide what code we should show? - [x] Add tutorial / additional showcases? - [x]...

docs