Mark Nahabedian

Results 14 issues of Mark Nahabedian

I wanted to add a `title` element to a `rect` for tooltip support, but in NativeSVG `rect` doen't support content. That was easy enough to fix in the definition of...

Add the repo root to LOAD_PATH so that docs/make.jl can be run from the repo root as well as from the docs directory.

JSON.jl allows for customizing how instances of a Julia type are serialized to JSON by defining a `show_json` method on a custom subtype of `CommonSerialization`. There doesn't seem to be...

If one runs the PackageAnalyzer on many packages, for example the entirity of the General Registry, it takes that JUlia session a really long time to exit because of all...