Sebastian Pfitzner

Results 689 comments of Sebastian Pfitzner

This seems like a bug in the GH highlighter, specifically. Your examples is highlighted correctly in both VS Code and Atom (I've also added a test for that in #260).

That does seem doable. I wanted to rework our function arg handling anyways, so that seems like a addition.

What's an attribute of a module or constructor? Do you have an example?

Ah, I see. Not sure whether I like the idea much though. Oh and re terminology: `a` and `b` are attributes (although I think I'd call them "fields") of `f`,...

Hm, not sure, tbh. I think both options make sense, although tokenizing these as strings would allow markdown highlighting (which we had in the past, but disabled because it tends...

This can *maybe* be handled in a manner similar to what I did in #130.

You can get the package slug with `Base.package_slug(pkg_uuid, 5)`, so e.g. ``` julia> Base.package_slug(UUID("14b8a8f1-9102-5b29-a752-f990bacb7fe1"), 5) "IGiQL" ``` for this package: [![deps](https://juliahub.com/docs/PkgTemplates/deps.svg)](https://juliahub.com/ui/Packages/PkgTemplates/IGiQL?t=2)

Strictly speaking, this isn't really JuliaHub specific. You can repro the issue with just `pkg> add DemoCards` instead of `dev`'ing it (see below for REPL session). I'm happy to just...

`method = "none"` might be the better name. I'm not sure how valuable this would be, given that the fallback docs list docstrings etc.