Charles McGarvey
Charles McGarvey
Assuming the project owners aren't interested in implementing this feature -- which could be wrong -- would they be interested in accepting a patch? I'm interested enough that I might...
Okay thanks.
Okay, here's some preliminary benchmarks with a simple query and a large response. Here's the script: https://gist.github.com/chazmcgarvey/1fc5a040254b8bc7135298cade90d491 ``` Benchmark results for a response size 40000 and count -60: s/iter ccm-devel-strictmode=1...
Yeah, people often turn to paging when they approach responses this size. Or well before approaching responses of this size. :) But I agree, there's probably a performance win to...
My benchmark had a flaw. I didn't realize that `Return::Type` doesn't work if you `require` (instead of `use`) the module(s) with the attributes. This overestimated the performance of all the...
What did you set as your Vim command in the settings? I'm actually not sure what it should be to invoke MacVim (maybe the path to the executable file within...
You can indeed use `autocmd` to do that: ``` autocmd BufNewFile,BufRead /path/to/your/vimcoder/* inoremap { {}ko ``` This runs your Vim command (the `inoremap`) whenever a new file is created in...
Can you provide more information about your configuration? JDK version, operating system version info, and anything else you think may be relevant.
Since gvim is in your PATH, does it work if you set the vim command setting to "gvim" or "gvim.exe"? But yes, spaces in the vim command setting are treated...
> This should not be added to the RSS2 spec, as by definition, it is not in the RSS2 spec (https://validator.w3.org/feed/docs/rss2.html) Are you referring to the spec file modified by...