itsalongstory
itsalongstory
> I'm not so sure about this pull request. Can you tell exactly what Mail Master is? An Email app, like Outlook for mobile.
related to #232
https://github.com/fnando/browser/blob/29cdf93b1c18f5bc4f9b79ef62cd5b559cd7f0d6/lib/browser/device/android.rb#L3-L20 --- https://github.com/fnando/browser/blob/29cdf93b1c18f5bc4f9b79ef62cd5b559cd7f0d6/test/unit/device_test.rb#L242-L260
## List of Android smartphones https://en.wikipedia.org/wiki/List_of_Android_smartphones With so many Android device manufacturers, we probably don't need to identify every model exactly. Maybe it's enough that we recognize it as Android!
It's really hard to detect device information from UA, except for Apple devices.
```rb it 'issue #1050 example (add `distinct` on has_many associations search dynamically)' do s1 = Search.new(Person, name_eq: "foo", articles_title_eq: "") expect(s1.result.to_sql).to eq("SELECT \"people\".* FROM \"people\" WHERE \"people\".\"name\" = 'foo' ORDER...
``` 2.6.5 :006 > Twemoji.parse "😍" => "" 2.6.5 :007 > Twemoji.parse "🤙" => "🤙" ```
```rb # gem 'uglifier', '~> 4.2' gem 'terser', '~> 1.1', '>= 1.1.12' ``` ```rb # config.assets.js_compressor = Uglifier.new(harmony: true) config.assets.js_compressor = :terser ```
> `terser` have same problem. It' not solution! So, how did you get Uglifier to handle Bootstrap 5.2 correctly now?
> `terser` have same problem. It' not solution! Can you describe a little bit about the problems you've encountered with `terser`?