Carlos Parada
Carlos Parada
Attempting to plot a large (highly-detailed polygon) choropleth results in Makie plotting an empty axis:  This issue only appeared in CairoMakie, but I'm not sure if using an even...

``` pc.py""" from neuspell import BertChecker checker = BertChecker(pretrained=True) """ loading vocab from path:/home/lime/.julia/conda/3/lib/python3.9/site-packages/neuspell/../data/checkpoints/subwordbert-probwordnoise/vocab.pkl initializing model Some weights of the model checkpoint at bert-base-cased were not used when initializing BertModel:...
The PDF function should overload DensityInterface.jl's `logpdf` for a consistent interface. (`pdf` is then defined as `exp(logpdf)`.)
As laid out [here](https://arxiv.org/abs/1906.01204), the Bayesian median of means is a robust but always-consistent estimator of the mean (unlike e.g. the median). It applies the Bayesian bootstrap to the data...
``` julia> using FFTW julia> using ToeplitzMatrices julia> y = SymmetricToeplitz([1, 2, 3]) 3×3 SymmetricToeplitz{Int64}: 1 2 3 2 1 2 3 2 1 julia> inv(y) ERROR: MethodError: no method...
Keming
Code: ``` $L_2^(-1)[0 .. 1]$ ``` Result:  [Keming](https://www.reddit.com/r/keming/wiki/index/)--too much space after the dot.
### Description A button I can push to make the preview "pop up" in its own window. ### Use Case I have 2 monitors, so it would be neat to...
### Description It feels a bit weird having the norm bars be different lengths here:  ### Reproduction URL _No response_ ### Operating system Web app ### Typst version -...
New Julia users often confuse the advice against using abstract types in containers as advising them to _always_ use concrete types (rather than abstract types). My suggestion for fixing this...