Josh French
Josh French
Not sure if this is intentional or not, but the SHKTwitter class defines `-validate` where all other sharers define `-validateItem`. This bit me while I was working with a collection...
Is it possible to filter out items by kind? For example, I might want to see `Text` items that come from `cmp-buffer` but **not** any `Text` items from `cmp-nvim-lsp`. Thanks...
I'm tinkering on a [mobiledoc-to-react renderer](https://github.com/joshfrench/mobiledoc-react-renderer) that takes an alternate approach. It starts by mapping the sections/markers to an actual tree structure. For example: ``` js [MARKUP_SECTION_TYPE, 'p', {}, [...
I'm getting an `ENOENT: can't open...` error when I try to use `--require` in conjunction with a custom `NODE_PATH` (Rails app, can't get around the path issue.) The cachefile gets...
When I use the default k8s detection, diagnostics work as expected: However, when I try to use a custom schema I do not get any diagnostics. I am able to...
I don't know if this was true for earlier versions of nvim, but in 0.7 `vim.lsp.get_active_clients()` does not take any args. It just returns the full list of active clients....
The query editor doesn't seem to highlight anything: I did see [this other issue](https://github.com/nvim-treesitter/playground/issues/51), which suggested making sure the `query` grammar is installed, but I've already done that. Any other...
I have a use case like the HTTP example, except the external client expects a context: ``` type Client interface { Call(context.Context) } type model struct { client Client }...
I'm seeing this pattern reliably across a number of clusters. The total utilization doesn't seem to make any sense given the individual pod metrics. Requests and limits always add up...
- [ ] Common recipes (see wiki) - [ ] Customizing the toolbar - [ ] Adding card/atom buttons - [ ] Drag & drop handlers