spazer5
spazer5
When you disable "searchable", clicking the control area of the select box doesn't close the menu as expected in normal UI. The arrow does work as expected. 
Awesome project! I tried the Async gem but currently it's not supported on Windows due to io-event gem, so i gave this one a try and ran into an error....
I have noticed that there is no upper limits on iterations which makes it easy for someone to brick an app by launching an infinite loop: ``` Liquid::Template.parse("{% for n...
### Environment: gem 'sidekiq', '6.1.2' gem 'sidekiq-throttled', '0.13.0' ### How to reproduce: Set sidekiq concurrency to 25 ``` class MockWorker include Sidekiq::Worker include Sidekiq::Throttled::Worker MY_OBSERVER = lambda do |strategy, *args|...