General

Profile

pynix (Pynix wang)

  • Login: pynix
  • Registered on: 05/19/2016
  • Last sign in: 12/22/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

12/22/2023

08:12 AM Ruby master Bug #20077: modern http client
I know,but this is the bad part,they are http verb,but some return response,some return body string.
all verb meth...
pynix (Pynix wang)

12/21/2023

06:10 PM Ruby master Bug #20077: modern http client
HTTP.get return body as string,
other http method return response
there is get_print, maybe for scripting.
...
pynix (Pynix wang)
05:35 AM Ruby master Bug #20077 (Feedback): modern http client
net/http is very very old and hard to use.
we need a well designed http client in stdlib.
pynix (Pynix wang)

12/17/2023

08:50 AM Ruby master Feature #20069: Buffer class in stdlib
```
irb(main):048> SecureRandom.bytes(10)
=> "\xB6e\x1C\xF3T\x9C\xA1\xDF\xBD\xEA"
irb(main):049> SecureRandom.byte...
pynix (Pynix wang)

12/16/2023

06:37 PM Ruby master Feature #20069: Buffer class in stdlib
main use case is deal binary data,a replacement of String.
eg grpc bytes type, crypto key and more.
maybe not s...
pynix (Pynix wang)
10:51 AM Ruby master Feature #20069 (Closed): Buffer class in stdlib
ruby use `String` to deal with bytes, this cause error on irb "invalid byte sequence in utf-8"
can we get a built...
pynix (Pynix wang)

Also available in: Atom