Stan Hu

Results 77 issues of Stan Hu

Adds tests from https://github.com/ruby-grape/grape/pull/2112

*Issue #, if available:* *Description of changes:* This adds support for enabling FIPS 140-2 mode in the Kernel. FIPS 140-2 is required by customers looking to achieve FedRAMP and/or DoD...

I upgraded django-debug-toolbar from 0.9.4. to 1.0.1, and I noticed my application was quickly leaking memory even when settings.DEBUG was set to False. Once I removed debug_toolbar from the list...

Bug

## input.scss The sassc engine is failing to render the following input: ```scss .grid-layout2 { grid: 1fr/repeat(2, 1fr); } ``` Here are the following errors: ``` Error: 1fr/repeat isn't a...

Bug - Has Workaround
Compatibility - P3
Dart Backport Done

libsass was updated to v3.6.4 in sassc-ruby v2.4.0 via #199.

To do: 1. Currently if SSL peer verification fails, this C extension seg faults in ` rb_sys_fail(0)`. This C extension should never seg fault. 2. Disable SSL peer verification if...

It'd be nice to have a `--prune` option that would automatically remove any packages that were not detected to be used by LicenseFinder. Right now we have to manually edit...

feature request

Previously if RubyZip attempted to create an archive with more than 64K entries, the central directory would truncate the count. `unzip` and `zipinfo` would fail with an error message such...

Everything including and before Ruby 2.6 is EOL. Add Ruby 2.7, 3.0, and 3.1.

Previously if you attempted to compare `Licensee::License` to a boolean, it would fail with this obscure error: ``` NoMethodError Exception: undefined method `key' for true:TrueClass ``` This happened when Rails...