d-enk
d-enk
My example avoids call getmetatable for a non box.cfg, maybe that makes sense. UPD: ok, `pairs(table.copy(box.cfg))` will not work
Why not just allow any picture to be used?
When I made this functionality, I added a partial completion solely for some kind of compatibility of native behavior. In practice, I never used it myself, so I never ran...
The problem comes here https://github.com/lincheney/fzf-tab-completion/blob/9bcc7098f79510765b9f539118dd92a2366ec992/bash/fzf-bash-completion.sh#L475 the next call fails `compgen -o bashdefault -o default -- "foo\ ba"` intuitive fix `compgen "${compgen_opts[@]}" -- "${2//\\/}"` partially correct the situation, but there are...
Аlso came across this Seems to be solved by adding `(Must)InvokeAsNamed` to support not only any. It just `invokeAnyByName().(T)`, but with cast check in package
I assumed. I just look at where `invokeByName` (type check) is used. https://github.com/samber/do/blob/1998a7a1b1a618eed087c91bc4932934355d5477/service_alias.go#L78-L79 No more reasons. Of course, it doesn't make sense until it's needed. Thanks for the approval before...
@mbark you just can override `poolv2.NumberService` by name ```go do.OverrideNamedValue(i, do.NameOf[poolv2.NumberService](), mock_poolv2.NewMockNumberService(ctrl)) ```
Don't you think that in `InvokeAs` is returning a random a bad idea? it's just dangerous. What about returning an error if not only 1 is found?
why? https://github.com/LuaLS/lua-language-server/commit/e5f07d0c9830afdfa1ce3b354a123212e5837526
related #2377