Alex Ausch
Alex Ausch
yet another method to ignore a list of files. complementary to https://github.com/sk-/git-lint/pull/87
please see the conversation in #32 - the fix from there did not make it into the 0.3.2 release. Please rebuild the release and bump the version number
probably the expected behavior when expiration values are not set, is for Locks to last until they're released? Currently they're immediately expired (i.e. not set at all), and this change...
Adding `libsql` as an optional backend, enabling embedded or disk-local caches https://github.com/long2ice/fastapi-cache/issues/273
Adding libsql as an optional backend, enabling embedded or disk-local caches. Embedded db performance is much better than the other options for some use cases, since it means no network...
Fixing typos: - detetion -> detection - occurances - occurences
When calling the "get" message with (id, callback), and attempting to connect on a closed port or to a server which is down (and refusing connections), looks like the error...
Futzing with the pull request interface. Some of this work might be worth pulling in
'function' types have keys, too. significant performance speedups on my machine for avoiding hasownproperty http://jsperf.com/hasownproperty-performance-analysis/2