Kyle Daruwalla
Kyle Daruwalla
The comment about only applies to < v0.9. The latest version breaks the hack above. It should correctly be classified as a hack. The proper process for using a custom...
Yes that works, but if the theme files are not stored as part of the repository but in the Artifacts.toml, then you need copy the artifact to whatever local path...
Yeah, perhaps resolving a string should first check for a folder at the given path then check for an artifact with the given name?
It seems like KaTeX expects the class `"katex"`, but the markdown generates the classes `"math"` and `"display-math"`.
Never mind, it seems as though that is irrelevant for rendering.
Yeah using the event listener is the approach I ended up using too.
I was thinking that `functor` should be broken up. Instead we can have `children(x::T)`, `rebuilder(::Type{T})`, and `tags(::Type{T})`. Of course, the convenience macro, `@functor`, would define all three. I haven't thought...
So one issue that I've run into with MLDataPattern.jl. There are some cases (e.g. `DataSubset`) where the `obsdim` is stored as part of the struct. In these cases, I (speaking...
Yes, this PR effort is something I haven't had time to push through. I will put it together in a stage this week where someone else can take the torch...
For the views like `FoldsView`, `BatchView`, and `SlidingWindow`, etc., I think we can just drop the abstract types. There is very little code that dispatches on the abstract types, and...