Carlos Parada

Results 216 issues of Carlos Parada

Attempting to plot a large (highly-detailed polygon) choropleth results in Makie plotting an empty axis: ![download](https://user-images.githubusercontent.com/71727937/186965368-b3da1ceb-8aca-499d-ac29-b49aaaabd77c.png) This issue only appeared in CairoMakie, but I'm not sure if using an even...

![image](https://user-images.githubusercontent.com/71727937/187090983-2394d199-b8c1-47e5-8ccd-291b5ab062db.png)

bug
grammar

``` 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...

Code: ``` $L_2^(-1)[0 .. 1]$ ``` Result: ![image](https://user-images.githubusercontent.com/71727937/232924055-9305c46a-856a-47fc-a247-54390916f137.png) [Keming](https://www.reddit.com/r/keming/wiki/index/)--too much space after the dot.

bug
math

### 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...

feature request
web app

### Description It feels a bit weird having the norm bars be different lengths here: ![image](https://github.com/typst/typst/assets/71727937/29d2f9dd-3e98-4021-8a3f-6ba3ebbcfae8) ### Reproduction URL _No response_ ### Operating system Web app ### Typst version -...

bug
math

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...