Sarun Rattanasiri

Results 20 issues of Sarun Rattanasiri

Hi, I accidentally mess my data up after I set the blake2 key using input larger than 32 bytes, which result in broken hashes. It would be nice if the...

## Describe the bug I extracted a macro into a reusable module, like this: ~~~ruby module ReusableRule extend ::ActiveSupport::Concern included do register_macro(:reusable_macro) do # do some validations here end end...

bug
help wanted

The browser connection to https://\.s3.\.cloud.ovh.net is painfully slow. I already submitted the ticket; I discovered this channel shortly after; I supposed here is the more appropriate place for suggestions. This...

Performance
Object Storage

I see people trying to use this project with c compilers other than gcc, while the main author only supports gcc. Should we set up the continuous testing for at...

#### Summary kublite stuck in a loop of restarts #### Reproduction Steps - remove microk8s with `snap remove --purge microk8s` - restart the server `reboot now` - reinstall `snap install...

Hey, It would be great if httprb implements [RFC 8305](https://www.rfc-editor.org/rfc/rfc8305), the "Happy Eyeballs". This will help with: * The connectivity (performance and availability) when multiple IP addresses are returned as...

Feature

Not sure why you [created a promise here](https://github.com/sebhildebrandt/http-graceful-shutdown/blob/bf05bd/lib/index.js#L208) just to [ignore it without waiting for it to finish](https://github.com/sebhildebrandt/http-graceful-shutdown/blob/bf05bd/lib/index.js#L275). Could you help me understand the rationale?

Hello there I audited the code because the interface is weird; generally, generating a secure random in javascript is a blocking operation, and fernet.js generate IVs without exposing the async...

Contrary to #2 According to: http://mongoc.org/libmongoc/current/init-cleanup.html http://mongoc.org/libmongoc/current/mongoc_init.html http://mongoc.org/libmongoc/current/mongoc_cleanup.html The signature should be: ~~~crystal mongoc_init() ~~~ and ~~~crystal mongoc_cleanup() ~~~ With no pointer!

It is possible for a cookie to contains a comma in its value. This is the real header I found in the wild: ~~~text Set-Cookie: token=2e732538-f38e-ae67-8217-5330686854ee,35cfb541def868b6778c0dc45e368322,hWiqTu7qtWt6wBbcUzWqK018Zb1iA5CeHPafl+7nFyAlE3XzPFCFsav2QrmFcSTLlnYNFvlS/7PCsJf9u+ychIZQFY4JGZb4dSoEIgaLtNKWEcD+/hHrAnUEaAtOg7ChfTbN42PS3wPhxOtAI5RcLw==; expires=Thu, 21-Jan-2021 05:20:32 GMT;...