Frames White
Frames White
Yep, now you get me. That solution sounds good to me. I really just wanted to make you aware that the current behavor of the treebank tokenizer is not in...
This is indeed exactly equivalent to wrapping in a `MinLevelLogger`, and that is the preferred way to do this. Feel free to open a documentation PR, that would make a...
Oh this happess for simple character literals also ``` >=> :p '🍕' 'U' >=> :p '平' 's' ```
JuliaLang went through this a while ago, and I think ended up with a pretty excellent state with just 1 string type (vs it had 2 when I first started...
I suspect it is needed to opt out of a few of the default options like tagbot and dependabot if using anything other than github actions. I wonder if we...
I am not sure. I haven't had time to poke it. It is an actual error, not just data upstream being down.
I started to work on code that can define a basis seed here: https://github.com/JuliaComputing/Humpty.jl/blob/main/src/basis.jl Maybe it is something we should think about.
Yes, but perfect can be the enemy of good. There are also other positions in the compat interval not tested. Like if you declare compat for `1,2,3` but actually v2...
Can you post the whole stacktrace and ideally a MVE? That looks like it is trying to project a Tuple containing 1 Float, down to just one Float which would...
in that MWE the function `t` is not defined. So I can't run this