Tyson Andre
Tyson Andre
I forgot about this php feature earlier - `...` unpacks an traversable, making it implicitly call traversable helpers. For enums, this should still be a CompileError, but would be more...
https://www.npmjs.com/package/agentkeepalive provides several features which https://nodejs.org/api/http.html#new-agentoptions still doesn't have. Creating this with `timeout` and `freeSocketTimeout` could help prevent leaks in certain networking edge cases (haven't confirmed this) > What's different...
E.g. this would allow mocking the subset of functionality that was used in an application for #1143 or the currently missing `cjson` or other applications that aren't supported This would...
In lua 5.2, the global function unpack was moved to table.unpack. closes #1193
https://www.lua.org/pil/5.1.html has a pure lua polyfill for `unpack` that can be used. This can be declared alongside other functions declared in luaExecString in defineRedisObject in src/commands/defineCommand.js or `unpack = table.unpack`...
Similar to #927 but for zsets instead of hashes In ioredis-mock, exists returns 1, but a real redis server would return 0 zremrangebyscore (etc) are also affected. ``` 127.0.0.1:6379> zadd...
And separately from that, potentially allow floats for ttls in addition to integers. Internally, APCu currently uses [time_t](https://en.cppreference.com/w/c/chrono/time_t). I believe this means that a key will expire at X seconds...
https://github.com/phan/phan/wiki/Annotating-Your-Source-Code documents the available options. https://github.com/phan/phan/wiki/About-Union-Types documents union types supported by Phan. `non-empty-string` is not supported in array keys.
At least for me, vim's ui blocks when using a single threaded language server that works for a long time before reading the next command from stdin. With phan, I...
`Server not configured for filetype php` seen when calling `LanguageClient_registerServerCommands`
- Did you upgrade to latest plugin version? Yes - this is an issue on both next and dev - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient...