jariji

Results 179 issues of jariji

I use `S` as one of my configuration options, and I tried viewing a **single-line** 25MiB file. It was taking a few seconds (even with a hot cache) so I...

I propose another `matchmissing=` setting, where `missing` on the left side matches every value on the right, not just `missing` on the right. We don't know which values the `missing`s...

question

`subset` takes `skipmissing=`: > If skipmissing=false (the default) args are required to produce vectors containing only Bool values. If skipmissing=true, additionally missing is allowed and it is treated as false...

question

With Julia latest , I get this error. The `v1` directory it mentions has drwxr-x---. I can't send lines from the editor to the repl. it always notifies with "Connection...

Right click a table cell containing text, click copy, then click in an editor window, right click, paste. I expected it to copy/paste the text from the cell but it...

bug

I get this error following the tutorial. ```jl julia> AMDGPU.architecture(AMDGPU.default_isa(AMDGPU.default_device())) "gfx803" julia> versioninfo() Julia Version 1.7.1 Commit ac5cc99908 (2021-12-22 19:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: AMD Ryzen 9...

Hi @cscherrer, I tried writing Stan's [estimating parameters of a mixture](https://mc-stan.org/docs/2_2stanan-users-guide/summing-out-the-responsibility-parameter.html#estimating-parameters-of-a-mixture) in Soss but I must be missing something. I'm not sure how to translate the loop ```stan for (n...

Hello @tpapp, I'm trying to write the ["Estimating parameters of a mixture"](https://mc-stan.org/docs/2_28/stan-users-guide/summing-out-the-responsibility-parameter.html#estimating-parameters-of-a-mixture) model from the Stan docs. I get an error about a bad initial value. I'm assuming I constructed...

I'm not sure how to reproduce this, but `fit`ting a model like `y ~ a + b + fe(s)` where `s` refers to a `String` column or a `CategoricalArray` fails...

For functions like `map`, `filter`, `accumulate` that take the data as the last argument, it would be convenient to have another chain macro that passes the `_` as last argument...