Owen Ou
Owen Ou
I have put up a patch for my project on OpenSSL::PKCS12: ``` ruby require 'openssl' unless OpenSSL.const_defined?(:PKCS12) require 'java' module Patch module JRuby module OpenSSL class PKCS12 java_import java.io.StringReader java_import...
note: this is a simplify version of MRI's OpenSSL::PKCS12
How did you know there is 1 green? :) before ``` 360 tests, 1902 assertions, 19 failures, 36 errors, 0 skips ``` after ``` 360 tests, 1904 assertions, 18 failures,...
@nahi @headius I saw there is a project on reimplementing `jruby-openssl` with [krypt](https://github.com/emboss/krypt) in this year's Google Summer of Code (https://github.com/jruby/jruby/wiki/GoogleSummerOfCode2012). Wondering whether it will be made into `jruby-openssl` sooner?...
đź‘‹ Does anyone have a chance to review and merge this?
@dependabot rebase
Indeed, our current support is limited to apt-based Linux distributions, specifically Debian Bookworm and Ubuntu Jammy, as detailed in our [installation guide](https://docs.pgxman.com/installing_pgxman#linux-compatibility). We are working on extending our compatibility to...
For context reference, the reason that we can't build hydra using pgxman as part of its CI is due to the intricate limitation of pgxman's publication mechanism. It necessitates the...
> For instance I'm current creating a checker image to run the tests but I guess Docker determines that this isn't necessary to make the final image, so it skips...
What do you mean by “raw result”? Are you referring to an API endpoint that returns the result directly instead of rendering it in the UI? Could you clarify your...