Jerry Ling
Jerry Ling
The docs claim having logo.png would just works, in reality we need to include the raw HTML template in index.md.
``` LSP[julials] Julia Extension: Please contact us! Your extension just crashed with a bug that we have been trying to replicate for a long time. You could help the development...
Building on top of the examples: https://docs.makie.org/dev/tutorials/wrap-existing-recipe The tutorial has this snippet: ```julia function Makie.plot!(plot::Hist{
https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev/examples/0-intro-1d/ mentions: >We create a finite dimensional projection at the inputs of the training dataset observed under Gaussian noise with variance noise_var=0.1 Is it the same thing as `alpha` in...
This implements Phase 1 as outline in #336 ```julia-repl julia> using UnROOT julia> f = tempname() "/tmp/jl_Vihin4X8H2" julia> a = Dict("a" => rand(UInt32, 13)); julia> UnROOT.write_rntuple(open(f, "w"), a) julia> LazyTree(f,...
by "in-place" I mean the user would pre-allocate a `Vector{UInt8}` or something as the sink sometimes decompression is needed for low-level stuff, such as handling "buffers" in a file spec,...
Is `Base.clamp` a good name for this? or it's too ambiguous?
```julia julia> using CairoMakie julia> Text WARNING: both CairoMakie and Base export "Text"; uses of it in module Main must be qualified ERROR: UndefVarError: `Text` not defined ```