githorse
githorse
When I do a Gsearch, Gsearch asks me to `Search in files: *`. If I put any filename extension here, I invariably get the error `Error: Quickfix list is empty`...
@camsaul My postgres db has an enumerated type. I see [this possible hack](https://stackoverflow.com/questions/14719207/how-do-you-insert-a-postgres-enum-value-using-clojure-jdbc) for making that work in java-jdbc, but that looks messy and possibly destroys the type safety of...
### Description I was surprised that Ulauncher doesn't include files and folders matching a search term in the results. Coming from Alfred and Albert, I expected that searching for, say,...
Recaptcha verification is disabled by default in the test environment; however, the recaptcha tags themselves are still downloaded from Google. Since I have a ton of tests that load the...
In grpc-js, at least according to the [GRPC.io docs](https://www.grpc.io/docs/languages/node/quickstart/#update-the-client), I can do things like this: ``` client.sayGoodNight({name: 'Gracie'}, ... ); ``` But with the Typescript version that doesn't seem to...
Don't really think this is a bug, but I could use some help here. I'm writing a very simple `PhoneNumberField.vue` component: ``` export defaults { props: { value: String },...
For this programmer with reasonable familiarity with GRPC and web development but not with encryption, the [Auth documentation](https://grpc.io/docs/guides/auth/) is pretty elliptical: 1. It shows only the client-side code. 2. There's...
### I'm opening this issue because: - [ ] I'll report a bug - [x] I'll (kinda) propose a new feature This isn't necessarily a feature request so much as...
I use Supertab with YouCompleteMe. The problem: with some frequency I find myself in a plain-text file wishing to type `some text here`. When there are no completion matches, nothing...
The extension works correctly for me, but there's a 3-5 second delay between typing in the query and seeing the results. If I use `fzf` on the command line from...