ytoku

Results 5 comments of ytoku

Current remediation does not resolve the problem enough in Ubuntu Desktop. Snap package manager mounts squashfs for each packages. Commit 22e655b stops listing non-physical mountpoints but `trash-empty` lists snap mountpoints...

nfs fstype is fixed by #230, but nfs4 fstype is not still fixed. Please merge #244.

Hi. I encountered this bug on v0.5. The bug is also reproduced on the PUBKEYHASH addresses: 183hmJGRuTEi2YDCWy5iozY8rZtFwVgahM, 1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF, etc. (from the rich list). ``` >>> chain.address_from_string("183hmJGRuTEi2YDCWy5iozY8rZtFwVgahM").balance() 777 >>> chain.address_from_string("1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF").balance() 777...

Changing to `FingerprintTrustManagerFactory$2` is an easy fix. But I wonder if a compiler always names it as `FingerprintTrustManagerFactory$2`. Could it be `FingerprintTrustManagerFactory$1`? One possible robust design is to enumerate anonymous...

I have tried to test the above change, but I have found some problems. Testing application: https://github.com/ytoku/NettyPinningTest 1. In netty-4.1.104Final (I tested), the anonymous inner class becomes `FingerprintTrustManagerFactory$1`. Because `TrustManager`...