Maksym Shcherban
Maksym Shcherban
In case there are multiple `orderBy` clauses, `startAt`, `startAfter`, `endAt` and `endBefore` query methods expect spread of values, not array of values. You should change this: ``` if (options.endBefore) {...
Documentation states that `copyFileAssets Will overwrite destPath if it already exists`. This is not true. If the new file is smaller than existing, it will replace the first bytes of...
This is a (multiple allowed): * [ ] bug * [x] enhancement * [ ] feature-discussion (RFC) * Swiper Version: 6.1.2 * Platform/Target and Browser Versions: desktop Chrome * Live...
### Reproduction Github repository with reproduction: https://github.com/maxymczech/ember-data-crash-test ### Description Whenever we add new model type to the API, the older versions of the app start crashing upon encountering new model...
`no-whitespace-within-word` wrongfully identifies this sentence as an error: > zveřejnění informací v profilu a v inzerátech This is a legitimate sentence in Czech language.
Hello. I am using latest version of corber 1.4.2 and I have the same issue as #548
``` {{one-way-number-mask value=val update=(action (mut val)) class="someclass" options=(hash groupSeparator=" ") }} ``` This code generates ton of [violation] errors in JS console: ``` [Violation] 'setTimeout' handler took 144ms [Violation] 'input'...
## Your Environment * Plugin version: 4.10.0 * Platform: Android * OS version: 11 * Device manufacturer / model: Xiaomi Mi A3 * React Native version (`react-native -v`): 0.64.2 *...