Frankie Robertson
Frankie Robertson
Consider a dot literal: ``` dot""" graph G{ a -> b } """ ``` Currently this will give an assertion exception when layout discovers the graph.handle is C_NULL. Actually Graphviz...
It would be nice if a binder link could be generated as well as an nbviewer link, so that interactive notebook stuff could be run.
This fixes an error in the show(...) function.
This module seems quite useful already. Any chance of publishing it to pypi?
If you use this in a typescript Vue component, e.g. this.$cookies.set('foo', resp, { secure: true }); You will get an error like this: TS2339: Property '$cookies' does not exist on...
It looks like currently only RNG -based sampling is supported. As discussed in https://github.com/SciML/Integrals.jl/issues/11 Cuba supports using QMC. It is also supported in https://github.com/ranjanan/MonteCarloIntegration.jl . Would it be possible to...
I have these widgets that i have found useful, but it's a bit of a pain to keep them in sync given they use internal Makie interfaces. Would there be...
I opted to add classes for these. The reason is is that the remaining reasons are somewhat generic and don't have a clear scope in terms of semantic tags. I...
Might it be possible to switch from Requires.jl to package extensions? These should be faster to precompile. --- By the way, I'm actually asking for this because I'm running into...
@JanisErdmanis caught a possible race-condition in `Revise.entr(...)` In particular in these lines: https://github.com/timholy/Revise.jl/blob/13a5eb7986ee1239ff938a92043c13fee04579cc/src/callbacks.jl#L163-L166 It looks like any event fired while `Revise.revise()` is running will be lost. I guess something level-triggered...