jtrakk
jtrakk
I'm an unsophisticated user -- I don't understand why it gives `0` in my example or what `MLStyle_AllowShadow` means. I just want to make sure that I don't get the...
Could MLStyle do something like this? ```jl MLStyle.is_enum(::T) where {T 0 middle => 1 right => 2 end 2 ``` I think I understand your explanation. For other types that...
I found this paper ["Lower your guards"](https://www.microsoft.com/en-us/research/uploads/prod/2020/03/lyg.pdf) which seems interesting. It describes a number of fancy matching rules and says > coverage checking for guards is undecidable in general. However,...
This also applies to `checkout` and `diff`. In emacs, when point is on a log line, `b b` will offer to check out that commit and `d d` will diff...
There are user settings for hooks for committing after save, before git change, after git change. For example, `magit-wip-before-change-mode` says > Before invoking a revert command or an "apply variant"...
Thanks for checking it out. My info is: edamagit 0.6.13 > What platform are you on? Linux > And do you have Forge enabled or not? No.
I think (5.) is "Broadcasting an Array A when size(A,1) == 1". I wonder if it would make sense for these checks to be toggled globally rather than at each...
The remaining one is, "Are not using multiple loops at the same level in nested loops."
Is there some code I can put in startup.jl that will make it compile the function at startup before I start typing?
While this issue is under discussion, is there something I can do to get the following behavior? ```julia Statistics.mean([1u"°C", 2u"°C"]) == 1.5u"°C" ```