Eric Hanson

Results 203 issues of Eric Hanson

I've found this useful in plotting, but it probably could come up elsewhere. It would require a dependency on [InvertedIndices](https://github.com/JuliaData/InvertedIndices.jl), but that package has no dependencies and is very small....

rather than having a flag in the struct itself. I think promoting to the type domain makes sense bc very little code is agnostic to whether or not it is...

The spec says `utf8`: https://github.com/beacon-biosignals/Onda.jl#ondasignal2, but the struct is parametric: https://beacon-biosignals.github.io/Onda.jl/stable/#Onda.SignalV2

Can be useful for dense multichannel true/false labels. One can just use `UInt8`'s, but if only true/false is allowed then `Bool` is a natural representation for it, and moreover if...

This PR is to the release-v0.13 branch (introduced recently for #105) and allows tables written by Onda v0.14 to be read on Onda v0.13. Ideally consumers can just update to...

`Onda.load` could automatically apply the `Path` constructor to the `file_path` field of a signal to load, to support seamless loading of s3 objects whose paths have been serialized as strings....

https://github.com/ericphanson/ExplicitImports.jl Not really sure how relevant it is, but it could be interesting to count e.g. # of stale explicit imports etc

Problem 1: ``` In [25]: analyze("Mads"; version= v"0.9.1") ┌ Debug: Downloading code via github api └ @ PackageAnalyzer ~/.julia/packages/PackageAnalyzer/GHakA/src/obtain_code.jl:106 ┌ Debug: Must be download corruption; tree hash of download does...

xref https://github.com/JuliaEcosystem/PackageAnalyzer.jl/issues/63 so far: ```julia julia> analyze_syntax(PackageAnalyzer) Dict{String, Int64} with 6 entries: "struct" => 6 "usings" => 16 "call" => 593 "function" => 53 "imports" => 1 "exports" => 7...

We make it easy to analyze packages by name or a whole registry. It would be cool to have helpers to also analyze other collections like “these packages and all...