Thomas Müller
Thomas Müller
@jaydiablo May we close this issue?
> Could somebody give me a 100% working example code both for the server and client side? I would really appreciate that. Why the client side? Monolog is working only...
@ntbatyr Did you try this? ```php $this->formRow()->setPartial('the Partial'); $this->formRow($element); ... ```
To make this clear: I could not reproduce the issue described in ticket #153.
@ThaDafinser The calculation of how often an useragent was found is wrong. see this Sample-Ua: http://thadafinser.github.io/UserAgentParserComparison/v5/user-agent-detail/0d/3a/0d3a2478-c203-4e13-9d0f-79cf22b5c60a.html In the overviewpage (http://thadafinser.github.io/UserAgentParserComparison/v5/not-detected/BrowscapFull/no-result-found.html) is stated that this UA was found two times, but...
Do you have any news here?
These are the fixes I made in my project: ```css /* copied from the reset rules for label */ legend.form-label, legend.card-title { display: inline-block; font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight);...
You can use these agents too: - https://github.com/mimmi20/ua-comparator/tree/master/data/useragents - https://github.com/browscap/browscap/tree/master/tests/fixtures/issues (you should look into file https://github.com/browscap/browscap/blob/master/tests/BrowscapTest/UserAgentsTest.php to see how to get the useragents) If you need more I may extact...
If you the library from `browscap/browscap-php` and create the issues there, they may be fixt earlier.
@majick777 Could you check this with the Project browscap/brpwscap-php as well? `browscap/browscap-php` is the successor of this project and better maintained. Please also check the following things: - You need...