Cole Arendt
Cole Arendt
This feature is important for M1 mac users who are deploying to non-arm architectures. In this case, it is important to build with the `--platform linux/amd64` flag. If the fix...
I also very much like the idea of `dnote` as a "knowledge base" that others can participate in. Git repositories as a knowledge base feels weird, because you have commit...
I like that idea a lot! Note that `grep -C 5` is equivalent to `grep -B 5 -A 5`, so this seems similar to `-C`. These other cases seem relevant,...
For what it's worth, it was not even clear to me that this feature was missing. I was wondering how to enable it and why I wasn't getting any spaced...
I like the separate CLI idea, because then it is pretty easy for someone to build their own integration. For instance, if I want my shell to remind me of...
I like that solution/idea a _lot_ better than mine!! 😄
I definitely like this proposal a lot. I think #494 is related in that searching `@k8s` does not include the `@` for non-word characters that I have personally opted into...
I'd love to help with this! What's needed? Do you have the example queries or a functional branch with the changes? Also any specifics on an example large dummy dataset?...
To be completely honest, I'm not 100% certain these are reasonable thoughts 😄 Mostly just brainstorming. The thought I had on social sign-in was to avoid the sign-up process where...
I have dug into this a little bit to see where a patch would be needed. I can see lots of internal middlewares that have the `Hijack` interface, but I...