Micah Rufsvold

Results 25 issues of Micah Rufsvold

Fix bug (https://github.com/JuliaData/JuliaDB.jl/issues/408) that causes loading from a bin directory to fail due to deprecated type mutability check. Changes: - Update `IO.jl` to use `ismutabletype()` - Change Julia compat bound...

bug

I am trying to load a dataset from a bin directory for some out-of-core processing. However, when I run `bintbl = load("bin")`, I get: ``` ERROR: LoadError: type DataType has...

I'm working on a folk that will implement a runtime for Julia 1.6. I'm choosing this version because it is LTS, I can work on the current version once this...

I am working with my company's ITS to get the Windows Store version of Julia (and JuliaUp) approved for our work computers. The [Juliaup Presentation ](https://www.youtube.com/watch?v=14zfdbzq5BM) from this year's JuliaCon...

Add a coherence measure function to `modelutils.jl` that implements a modified UMass Coherence Score based on the findings "Exploring the Space of Topic Coherence Measures" (Röder, Both, & Hinneburg, 2015)....

`Enumerate` doesn't increment when you use it with a `tcollect` ```julia julia> a = collect(1:5); julia> a |> Enumerate() |> collect 5-element Vector{Tuple{Int64, Int64}}: (1, 1) (2, 2) (3, 3)...

I was thinking recently that it would be nice if, every time I hit an error, I could drop into the REPL and figure out what was going on. I...

I was installing Tidier.jl vs a Pluto Notebook, and got the following message: ``` Precompiling project... 248 dependencies successfully precompiled in 698 seconds. 58 already precompiled. 1 dependency had output...

It is a commonly recommended workflow to have "developer" packages (Revise, Infiltrator, etc) in your global environment, but this can leave your active script littered with `Missing Reference` errors because...

enhancement
area-ls-linter

I read your docs, but my brain would benefit from seeing Strapping in action. Is there a small project somewhere that maps a couple of related objects to tables?