Joe Wreschnig

Results 14 comments of Joe Wreschnig

Sorry, I think I wasn't clear about presenting my use case and it got confused with what I'm asking for. I don't want to cache metrics, and I don't want...

The pool API looks pretty dangerous and unnecessary to me also. The speed gain comes almost entirely from the buffered I/O, which did not require a new API. The remaining...

I'm also dealing with frustration around this. The wrapper suggested wraps the command in `npx`, but I still need the `eslint` executable somewhere in `exec-path` to begin with to enable...

> What does npx report is eslint is missing? ``` $ npx --version 9.7.1 $ npx --no-install eslint ; echo $? not found: eslint 127 $ npx --no-install --quiet eslint...

Sorry for the long delay in explaining how to use the BuildFlags, I've finally had the time to upgrade our project to take advantage of it so can share the...

Would it be acceptable (in terms of API stability) to also have `Commit` return the error from the offset manager (as well as forwarding it through the handlers)? All existing...

I'm still interested in this. We could probably improve our user-facing API a little after #1103, which would make it easier for the cache to maintain its own `Registry` doing...

I believe the correct fix for this (which is also #4) is simply to check if `ac-sources` is bound: (when (boundp 'ac-sources) (pushnew 'ac-source-php-eldoc ac-sources)) Executing `(auto-complete-mode)` is not always...

The logstash plugin does treat lat-lon specially. Even if the database has the right entries for e.g. city or country, the record is thrown out by logstash if it doesn't...

Yes, I believe that assumption is wrong, even for official MaxMind DBs. For example, when I look up a US IP in the GeoIP2-City-Europe DB, I get only the country,...