Manatsawin Hanmongkolchai

Results 20 issues of Manatsawin Hanmongkolchai

We had a production outage using dnscache. It seems that failed DNS lookups get cached indefinitely until it is manually refreshed. This PR adds a time field to cached results...

Ability to set a proxy for [temporary containers](https://github.com/stoically/temporary-containers) would be nice. Since those sites won't receive my profile anyway, they shouldn't be having my IP as well.

enhancement
help wanted

Testing in browsers, it seems that referrerPolicy will be unset if request is copied in certain ways: ``` // Test that request initialization with referrerPolicy works > new Request('https://example.com', {referrerPolicy:...

Fixes #578 This PR added ALPN support. Notably, it is required for custom authentication support on AWS MQTT port 443. To use ALPN, set the `alpn` attribute in MQTTSessionManager to...

[Website](https://github.com/whs/ipfs-encrypted-share) [Reddit](https://www.reddit.com/r/ipfs/comments/96mbgu/ipfs_encrypted_share/) IPFS encrypted share is a file encrypter - uploader with focus on easy to use yet secure.

status/blocked

Hi! We at @wongnai have forked gziphandler internally to add swappable gzip implementation. In production, we swap compress/gzip with our fork of [yasushi-saito/cloudflare-zlib](https://github.com/yasushi-saito/cloudflare-zlib) which result in 43% less CPU percentage...

I've implemented a cloudflare-zlib backend for gziphandler. This PR allows for swappable writer implementation to allow people who doesn't want to depend on native module to continue using compress/gzip. We've...

#### Overview Allow using Vault to sign JWT closes #1879 #### What this PR does / why we need it 1. Split signer into an interface 2. Make the existing...

I found that automated test with appium always crash the application while normal usage is fine. After looking into crash log, it seems that during automated test the `CharSequence` returned...