Mason Protter
Mason Protter
Here's two potential ways to handle this: 1. Give users a function they can call, so that e.g. they can write ```julia Base.show(io::IO, ::MIME"text/html", x::MyType) = PlutoRunner.pluto_show(io, x) ``` 2....
Let me know if issues should be raised elsewhere, but I ran into a problem where the compiled binaries don't seem to get `ARGS`. Here's a MWE: ```julia # args.jl...
Since we have a static call graph here, maybe we should just hoist the depwarns to be evaluated as we traverse the call graph? In most ahead-of-time compiled languages, there's...
Not that it's actually relevant to your wider point, but I think that depwarn *is* statically resolvable because it's checking if a `Pairs{
The v1.11 feature freeze was over half a year ago.
This is still piracy though. You're now pirating yet another method, this time it should hopefully give desired behaviour, but this will likely end up causing problems. Fundamentally, the `reduce(vcat`...
> In general this is not a type piracy I think as I own `AbstractDataFrame`. Unfortunately, this is not really the case. At least according to the language devs, owning...
This really needs to be documented better, but there's this: https://docs.julialang.org/en/v1/manual/style-guide/#Don't-overload-methods-of-base-container-types and also this sentence in the following section in piracy: > "Type piracy" refers to the practice of extending...
Runs fine on my machine. What versions of julia, Flux, and Enzyme are you on?
https://fluxml.ai/Flux.jl/stable/reference/training/enzyme/#Flux.gradient-Tuple%7BAny,%20Vararg%7BUnion%7BEnzymeCore.Const,%20EnzymeCore.Duplicated%7D%7D%7D