Andrew Stewart
Andrew Stewart
Is there anything anyone absolutely doesn't like about the implementation in the [pg_search gem](https://github.com/Casecommons/pg_search#multi-search)? That would be a good starting point for API ideas. Personally I like their API ideas...
I also love the approach https://pganalyze.com/blog/full-text-search-ruby-rails-postgres takes by using generated columns in postgres 12 for single table search. I think that would be a great way to approach searching on...
@fredefox's implementation is cool but `projectile-project-root` is a little janky for me. It would be nice if magit just kept a variable referencing the relative path (from the base git...
I also get this problem on Hivemind version 1.0.6. Webpack dev server runs fine in overmind, but not in hivemind. I haven't gone super deep into debugging like trying to...
Interesting, but unfortunately that does not fix the problem between hivemind and webpack-dev-server. It still ends up hanging the webpack dev server process unresponsively. I'm sure this is more of...
If anyones curious, I guess the piece I was missing was just enabling pug with: https://github.com/leafOfTree/vim-svelte-plugin I'm still having trouble getting it to play nice with eslint though.
Actually I'm having one other problem directly related to the lang server: I get TS 2304 errors in this scenario: ``` main h1 Trillium section h2 Lobby pre { lobbyUsers...
I can try and whip up together a video, but it should be easy to repro, I think you just need to have: ```vim set shortmess-=S ``` in your vimrc....
Opened a PR with what I think to be an ok fix. There should probably be Time's added to the specs if there isnt already though.
OK I made some changes I think are good. I'm not quite sure if I've done it correctly though.