Frames White
Frames White
Uncaught RangeError: path should be a `path.relative()`d string, but got "../baselinemodels.jl/do...
Not sure what is causing, I open some markdown files and I get spammed with this. **Atom**: 1.44.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.15.2 **Thrown From**: [linter-markdown](https://github.com/AtomLinter/linter-markdown) package...
DoubleFloats has a fair few dependencies. Like SpecialFunctions, Polynomials, QuadMath etc. (including some like Intervals.jl which trigger a fairly high number of invalidations, thus making loading this slow). Removing it...
Am trying to understand this code. Removing unused variables makes it more readable
For a package that wraps a bunch of algorithms each published in there own papers, I have always thought it makes sense to include those papers in the CITATION.bib, after...
This is the same as https://github.com/tkf/Transducers.jl/issues/201 So I am basically copypasting that issue: Several functions take a `batchsize` option. One main use of this is when threading to avoid the...
Docs?
Would be great to have hosted Documentor.jl docs. I didn't know about the existance of `tmap` (other than `tmap!`)
I don't care to duplicate efforts. InlineStrings is just a more complete implementation of this idea. With a few extra clever tricks. cc @quinnj
cf #29 Rather than sorting the size at all we could store the string in null-padded form. This would let us use up to the full width of the backing...
Follow up to https://github.com/JuliaLang/julia/pull/53602#issuecomment-1978910963 all the related `need_to_handle_undef_sparam` should now pass if this is right