Simon Schaufelberger

Results 235 comments of Simon Schaufelberger

I use within IntelliJ: * SDK: obenjdk-18 * SDK default 18 and my system versions are these: ``` java --version openjdk 11.0.15 2022-04-19 OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.20.04.1) OpenJDK 64-Bit...

@uwolfer Through somebody else I finally found the reason for the "master" setting! :tada: Have a look at https://github.com/TYPO3/typo3/commit/3aad7ec2b7347a8597d36a07a6541052777162c0 I didn't know that such a setting file exists! Still, I...

The branch `intellij2020.3` indeed works!

i can help with the coding if you do the UI ;)

Here is my very basic example: https://github.com/simonschaufi/fullPage.js/blob/issue_1029/examples/multipleDemoPage.html

The example page is there to make it work actually, it does not work!

Maybe this info is helpful: - https://github.com/ferd/useragent/blob/master/test/useragent_tests.erl#L233 - http://stackoverflow.com/questions/5295278/apple-mail-entourage-client-detection#answer-5295434 Here some others: - http://www.webapps-online.com/online-tools/user-agent-strings/dv/browser52900/apple-mail

By the way, the link i sent to is open source: http://user-agent-string.info/download/UASparser-for-PHP. Oh, i just see that its only an API for the webservice. Anyway, maybe it helps...

@bosb "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/8536.30.1" is also Apple Mail. It's a bit more complicated. Source: see Post from maxbaldin The strange...