Yaroslav Serhieiev
Yaroslav Serhieiev
### Describe your idea @jonathanmos says regarding the main typings file, `detox/index.d.ts`: > This file is huge. Perhaps we should split it up to make it more manageable and import...
### Describe your idea The website often operates with CommonJS examples, and since the CJS `require` imports are falling out of the fashion (well, actually... already did 😆 ), I...
Updates @interslavic/utils to version 3.4.2 which includes: * Fix for L and N softening when Ė (soft yer) is fleeting (https://github.com/medzuslovjansky/js-utils/pull/68) * Fix for words like 'lėv (ljva)', 'lėn (ljna)'...
Hello, I was just wondering if this is interesting for the maintainers to try adding an anaglyph rendering mode in addition to `wiggle`. 🤔 I mean, like you take some...
## Description Minimizes output from `applesimutils` to prevent potential `stdout` max buffer size reached in `child_process` calls. Resolves issue mentioned in: https://github.com/wix/Detox/pull/4335 Related to: https://github.com/wix/AppleSimulatorUtils/issues/122 --- No on-surface changes.
### Describe your idea ### Proposal Introduce a method: ```ts await device.resetAppState(optionalBundleId); ``` This will: * **iOS (simulator)**: Use `xcrun simctl get_app_container` to locate the installed `.app`, back it up,...
### Context In our private `allure2` fork, we use the `source` field of attachments not only for file paths but also to support `data:`, `http:`, `https:`, and `file:` protocols. Basically,...
Hi, these locales look like workarounds, can we align them to the actual BCP 47 standard, please? Invalid locales cause issues like this: ``` Intl.ListFormat.supportedLocalesOf(['isv_l', 'en']); VM221:1 Uncaught RangeError: Invalid...
These CP1251 characters are shared between multiple languages like Serbian (Cyrillic), Macedonian, Interslavic (Cyrillic), so I decided to work a bit on their support.
>[!CAUTION] > The PR is not ready. The `--all-permissions` flag does not work on all Android environments, so we need to add a fallback, too. ## Description - This pull...