Yan Jiang

Results 6 issues of Yan Jiang

Any thread reach https://github.com/tstarling/thread-safe-lru/blob/master/thread-safe-lru/lru-cache.h#L378 is an error, since that branch doesn't evict a node, and leads to `m_size` not following the actual size of the list. But in current code...

In `find` method, the code doesn't block when the `ListMutex` lock is already held by another thread. But this may cause the eviction violate LRU policy. If a pair is...

I use your excellent implementation of scalable-cache as a counter. The instantiated value type is `int`. The counter needs to be increase by 1 like this: ``` template void AddCount(int...

# Version `github.com/steebchen/prisma-client-go v0.35.0` # Problem Description I tried to use Go Prisma to connect my local single node CockroachDB in a demo ``` func TestConn(t *testing.T) { client :=...

The sonic-cli command 'show interface Ethernet' always gets exception for ipv6 disabled subinterface. ``` sonic# show interface Ethernet Traceback (most recent call last): File "/usr/sbin/cli/sonic-cli-if.py", line 119, in run(func, sys.argv[2:])...

As defined in the source code ([here](https://github.com/canonical/spread/blob/ae284792596e00d325a1787604fe4ec7e00574aa/spread/client.go#L362) and [here](https://github.com/canonical/spread/blob/ae284792596e00d325a1787604fe4ec7e00574aa/spread/client.go#L790)), the MATCH should be `grep -q -E`, rather than `grep -q -e`