FragsterAt
FragsterAt
I have strange opacity bug after appling fit() function to the image: ```php $img = Image::make(Storage::get($savePath . 'background_original.jpg')); $img->fit($puzzleImage->width, $puzzleImage->height); $img->rectangle($x - $s, $y - $s, $x + $s, $y...
Например - в модуле менеджера срабатывает диагностика на нерекомендуемое использование ДанныеФормыВЗначение, хотя она должна срабатывать только для модулей форм. Контекст можно определять например из заголовка окна, в котором нажато сочетание...
Hello! Is there any samples, how to implement unimplemented api methods? I want to use https://core.telegram.org/methods#working-with-chats and https://core.telegram.org/methods#working-with-contacts sections, but there is no implementation in telegram.link :(
Please, add /scale support into android client (it would be very useful to android portable data collection terminals like http://ru.aliexpress.com/item/Caribe-PL-40LAa031-Handheld-USB-connection-mobile-portable-real-time-data-collection-terminal-support-1d-barcode/32541718413.html?ws_ab_test=searchweb201556_8,searchweb201602_1_10039_10048_10057_10047_10056_10055_10059_10046_10058_10045_10017_106_105_104_10060_103_10061_102_10062_413,searchweb201603_4&btsid=bd8a461e-24ac-4743-bad6-b86a8ce34a91 , working via RDP)
**What version of VS Code are you using?** v1.85.1 **What version of Tailwind CSS IntelliSense are you using?** v0.10.4 **What version of Tailwind CSS are you using?** v3.4.0 **What package...
http://www.eurasiancommission.org/ru/act/trade/catr/ett/Documents/ru.38_2022.pdf on 4th page  This great lib parse this fragment like 513C), but I need to parse it with some delimiter, like "5 13c)" or something like this.
### What happened?  ### What did you expect to happen? no backdrop between q-card and screen border ### Reproduction URL https://codepen.io/FragsterAt/pen/WbbbYdr ### How to reproduce? Show q-dialog with position:...
### What happened? They placed at the beginning of `path` section, so automatic imports (at least in vs code) starts with `'src/...` ### What did you expect to happen? If...
fix(app-vite&app-webpack): move `src` and `app` aliases to the end of tsconfig paths (fix: #18075)
fixes https://github.com/quasarframework/quasar/issues/18075 by sorting object keys in types-generator.ts