Stan Hu

Results 227 comments of Stan Hu

The tests are failing due to https://github.com/doorkeeper-gem/doorkeeper//commit/b4bd6803147934d41d0d19642ef8e97d48984090. Rails is showing the exception because `ActionDispatch::Request.show_exception?` is returning `true` since older Rails versions expect that `false` is used: https://github.com/rails/rails/blob/v7.0.8.4/actionpack/lib/action_dispatch/http/request.rb#L186 https://github.com/rails/rails/pull/45867 deprecated `false`...

https://github.com/doorkeeper-gem/doorkeeper/pull/1742 fixes the broken Rails tests.

@nbulaj Done, thanks!

@nbulaj Friendly ping: could you take a look at this pull request?

@nbulaj Thank you for the merge! Would you mind tagging a new release?

> The workaround shared above doesn't work for me, as running default_time_zone = CFTimeZone.CFTimeZoneCopyDefault actually crashes the process in the same way. Are you sure you are calling this **before**...

Can you show the exact error messages you're seeing? You might also want to attach the program to `llvm` to see where the seg fault is. It's possible there's a...

@ohler55 I'm wondering why the behavior isn't consistent between `Oj.load` and `Oj.sc_parse`? Also it appears the SAJ parser works fine: ```ruby require 'oj' class MyValidator < Oj::ScHandler def hash_start(); end...

> Are you using fork_worker at GitLab? No, we are not.