Sh Lin

Results 8 issues of Sh Lin

The original creates a lot of N+1 queries when collection set is large. Query everything in the first place and assign them.

Hello, We made the transition from puma to falcon recently, and it works really well. We're seeing some random Interrupt exception in the log, found out to be caused by...

We use Scout APM to monitoring performance. It seems Falcon and Puma have different approach handling requests. Falcon has much higher queue time(yellow part in chart, time before request being...

Hi there, pHash is released under GPL 3.0, which restricts programs using it should have same license as well. I think phashion's current license is a mistake. http://phash.org/licensing/

If input_value was an array of strings, generated html form will have the value delimited by space, which is not desired behavior. This PR joins strings using comma when input_value...

We've observed that BigDecimal treats number and string differently on max precision allocation. Ruby 2.6.6 ```ruby # precs returns [SIZET2NUM(p->Prec*VpBaseFig()), SIZET2NUM(p->MaxPrec*VpBaseFig())] BigDecimal(123).precs => [9, 27] BigDecimal('123').precs => [9, 18] BigDecimal(123456789).precs...

Hi We've been using forgetsy for 2 weeks, and is now receiving `SystemStackError: stack level too deep` when fetching results. It turns out `Forgetsy::Delta.fetch` does not pass `option[:n]` to `secondary_set.fetch`,...

這不急,先留個記錄

enhancement