Ernie Miller
Ernie Miller
Hey all. Just wanted to note that I see this issue and recognize it needs a fix. However, having started a new job this week and needing to prep my...
I think this was an error in usage that would break manually-joined associations as well, and not just MetaSearch. Did joining the table yourself work OK?
Interesting idea, but I'm not entirely sure how useful it would be in practice. If there isn't a 1:1 correspondence between both the functions and their parameter order, then the...
Looks like this pull request was from your master branch, instead of a 1-0-stable branch -- it's pulling the changes between 1-0-stable and master as well.
Just got bitten by this today, and couldn't figure out why it persisted even with the mock commented out. This issue was a life(and sanity)saver. There is a workaround from...
Playing a bit with Rust and found `coc-rls`. Ran into this while just working through the guessing game tutorial in the book after adding my first dependency. I'm not clear...
Just a quick update: as a workaround, it's possible to run `:CocCommand rls.restart` when Cargo.toml changes, to avoid needing to relaunch the editor.
Last update: by reviewing the changes that were made to vscode-rust, I discovered they'd moved to rust-analyzer, which can be installed by `:CocInstall coc-rust-analyzer`. Works great.
Also, please bump it in Squeel. ;)
At first glance, this sounds really cool! In practice, though, I wonder how much of the speed gain will end up getting lost as the extra complexity is layered in,...