MarCus86

Results 10 issues of MarCus86

**Information** - Version of Medoo: latest - Type of Database (MySQL, MSSQL, SQLite...): MySQL - System (Liunx\Windows\Mac): Linux **Describe the Problem** I want to select repeating events from table. I...

Hi, I wanted a way to show certain rows before other. This change seems to make it possibile, dunno about collateral effects, for my case is ok. ``` if (isset($where['ORDER']))...

Hi, i would like to know if it will be possible to switch cameras used... currently seems like a No. More and more midrange devices today have multiple cameras and...

Hi, Is it normal that the user email is showed only on the first sign up? ...on the following logins it will be just and empty string. Thanks

Hi there. Basically I'm launching different puppeteer browsers with different settings. In this case I'm using puppeteer-extra-plugin-proxy. When I launch the first browser and set the proxy the **next browser...

issue: bug report
needs triage

There is a problem, the webdriver can be detected as following: `let usesWebdriver = navigator.__proto__.webdriver` and will evaluate to true seems like adding `delete navigator.__proto__.webdriver;` works to hide this fact...

issue: bug report
needs triage

When the button is a circle or has rounded box the click may happen to be outside the button. There is needed a better solution to handle rounded shapes otherwise...

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | Usage question? | yes | PHP version used | 7.4 Hi,...

Hi, is there a way to prevent the formatting of a part of code? Something like Related to https://github.com/microsoft/TypeScript/issues/18261 ``` $youcanformathere = 'as usal'; // @formatter:off $keep_this_at_it_is = array( 'a'...

* **Operating System (+Version)**: Windows 10 * **VS Code Version**: 1.38 * **beautify Version**: 1.5.0 Provide the settings you use, settings.json : ``` { ... "beautify.config": { "css": { "newline_between_rules":...