Teodor Atroshenko
Teodor Atroshenko
The following regex (used twice) `(((https?:|ftps?:)\/\/)\S+)`, used for matching Unicode (non-`\w`) domain names, is very aggressive. 
In example5.php, calling $vCalendar->render() one more time produces duplicate BEGIN:VTIMEZONE in the output. Additional calls will each add a duplicate VTIMEZONE to the file. Why it happens: when properties are...
- [x] I have searched through existing issues - [x] I have read through [docs](https://vuejs.github.io/vetur) - [x] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html) - [x] I have tried restarting VS Code or...
## Issue Description When we pass `dateStrings: true` in MySQL Connection Options, then `mysql`/`mysql2` driver retrieves the `TIMESTAMP`/`DATE`/`DATETIME` column as `string`, as expected. _TypeORM Connection Options reference: https://github.com/typeorm/typeorm/blob/51a0ebe5f296db8251b037928021715404eeabda/docs/data-source-options.md#mysql--mariadb-data-source-options_ However, TypeORM's...
### Describe the bug While in page mode, the regex that searches the scroll parent (and in all honesty, the method should be more sophisticated, as it does not distinguish...
The new type definitions are incredible. However it is missing some described, but not explicitly documented [Index Options](https://github.com/nextapps-de/flexsearch#index-options).  From [Memory Allocation](https://github.com/nextapps-de/flexsearch?tab=readme-ov-file#memory-allocation) section: `minlength: number, fastupdate: boolean` From [Right-To-Left Support](https://github.com/nextapps-de/flexsearch?tab=readme-ov-file#right-to-left-support)...
The type definition for when defining custom QSlider marker labels, defined here: https://github.com/quasarframework/quasar/blob/881803b8bc91552ce67a10124d411df6b432a176/ui/src/components/slider/use-slider.json#L315-L316 https://github.com/quasarframework/quasar/blob/881803b8bc91552ce67a10124d411df6b432a176/ui/src/components/slider/use-slider.json#L408-L409 Results in an incorrect generated types. Show generated TS interface ```ts export interface QSliderSlots { /**...
**What kind of change does this PR introduce?** - [X] Bugfix **Does this PR introduce a breaking change?** - [X] No **The PR fulfills these requirements:** - [X] It's submitted...
**What kind of change does this PR introduce?** - [X] Bugfix **Does this PR introduce a breaking change?** - [X] No **The PR fulfills these requirements:** - [X] It's submitted...
**Version of SharpShell used:** 2.7.2 **Related type(s) of SharpShell-Server:** Any **Windows version:** 10.0.19045 Build 19045 I am trying to install CountLinesExtension sample from here https://github.com/dwmkerr/sharpshell/tree/main/SharpShell/Samples/ContextMenu/CountLinesExtension using the ServerRegistrationManager (`srm`) tool....