ztz
ztz
Feature: - SSL reverse proxy can be accessed from mobile APP Fix: - ERR_CERT_WEAK_KEY - Error: "Subject Alternative Name Missing" or NET::ERR_CERT_COMMON_NAME_INVALID
Ruby 3 support `Ractor` to archive concurrency, `Ractor` can not access instance variables of classes/modules. When I want to use `Ractor` with `http`, I found `http` is using access instance...
A deprecated warning appears in example code from README: ``` /Users/ztz/.rvm/gems/ruby-2.6.5/gems/certificate_authority-0.1.6/lib/certificate_authority/certificate.rb:94: warning: constant OpenSSL::Digest::Digest is deprecated ``` Code: ```ruby require 'certificate_authority' root = CertificateAuthority::Certificate.new root.subject.common_name= "http://mydomain.com" root.serial_number.number=1 root.key_material.generate_key root.signing_entity =...
`Gearman::Server` is a uninitialized constant, maybe forget to require it ? ``` 2.1.5 :001 > require 'gearman' => true 2.1.5 :002 > Gearman::Server NameError: uninitialized constant Gearman::Server from (irb):2 from...
Hi, I find using `Net::HTTP` will hangs forever with kqueue on mac like issue #6 , for example: ```ruby require 'evt' require 'net/http' scheduler = Evt::Scheduler.new Fiber.set_scheduler scheduler 100.times do...
Hi, I found the RSS feed in ctftime.org can't pass the [W3C feed check service](https://validator.w3.org/feed/):  Maybe you can modify the RSS feed to let it pass the W3C check...
### Please describe your feature request: Add fish shell support in pdtm. ### Describe the use case of this feature: `pdtm` unable to set `$PATH` env variables automatically in the...
### Describe the bug Orbstack always return failed when checking update:  I have tried those ways: - Change network: check update error - Reinstall orbstack via homebrew: check update...