deepfryed

Results 5 issues of deepfryed

The defaults in README indicate that the compress passes is set to 1 by default, while the code has a different value. https://github.com/lautis/uglifier/blob/master/lib/uglifier.rb#L83 This potentially an issue with UglifyJS, I...

Updates http-parser-lite dependency to 1.0 for Ruby 3.3.0 support

Hi, Thanks for sharing this library. I'm trying to pick a display / controller and wondering if you can share any performance / benchmarks for the various displays & modes...

Arduino/libraries/Ucglib/src/clib/ucg.h:120:25: internal compiler error: in type_hash_canon, at tree.c:6953 typedef uint8_t PROGMEM ucg_pgm_uint8_t; It needs to be re-defined as a macro me thinks.

https://github.com/potatosalad/ruby-jose/blob/master/lib/jose/jwk/kty_ec.rb#L20 does not work with OpenSSL 3.0 and fails with error "pkeys are immutable on OpenSSL 3.0" Potential fix is to use ASN1 sequences as done in https://github.com/googleapis/google-auth-library-ruby/pull/397/files#diff-fda73a61a26353211e861c4b1519bd86ec9abd1bfa2a044601bae498679ea7e5R160-R165