Jonathan Hayase
Jonathan Hayase
I am also seeing this issue! It makes it almost impossible to use the floating keyboard mode with blink, unfortunately.
This recently started happening to me. I have two CF953AXs, and one of them stopped working (the other was not in use). I swapped it out for the other one,...
@cavd This was caused as a side effect of #843. The reason for this behavior is that the candidates are initially sorted by length to produce an initial sample to...
The second one could possibly be done without any syntax changes by doing something like `=>(x) = =>(x,x)`
I see what you're trying to do now... That looks really cool. In your proposal, is this valid? ``` julia 1=>a, 2=>b = Dict(1 => "a", 2 => "b") @assert...
@bdeonovic I was trying to parse that... _Okay so we have a less than operator overload that takes a string..._ -__- Yes, let's reserve the spaceship operator.
Hi @LemonBreezes, to be honest the changes are pretty complex so haven't been able to convince myself they are correct. I'd at least like to understand how it works before...