Dmitriy Pushkov
Dmitriy Pushkov
**Describe the bug** When using option `usePolling=true` and copying big files to watched directory with `rsync -a` an `add` event is not triggered for last file in a list. **Versions...
**Is your feature request related to a problem? Please describe.** I am trying to download a big file using our API ```typescript const options: BlobFetchInput = { method: 'POST', filename:...
Fixes #6. [ContextReplacementPlugin](https://webpack.js.org/plugins/context-replacement-plugin/)
- Device: Xiaomi Redmi Note 9 Pro - Channel: stable - Build: OTA-22 ### Steps to reproduce I am trying to update Ubuntu Touch on my wife's phone. First I...
I'm trying to implement a deep merging of initial state of application and predefined state received from local storage or server with `combineReducers` like it's [proposed by **gaeron**](https://github.com/reactjs/redux/issues/433#issuecomment-220124645). Consider the...
**UBports Installer `0.10.0` (deb)** Environment: `Ubuntu 22.04.5 LTS Jammy Jellyfish linux 5.15.0-122-generic x64 NodeJS v18.12.1` Device: [`miatoll`](https://github.com/ubports/installer-configs/blob/316a4834ca878e458f9ab1a26cfdd7a58d14ad1e/v2/devices/miatoll.yml) ([Xiaomi Redmi Note 9 Pro/Pro Max/9S - Poco M2 Pro](https://devices.ubuntu-touch.io/device/miatoll/)) Target OS: Ubuntu...
I configured a new React project with MobX using Vite. Recent version of MobX (6.13.5 at the moment of writing) requires additional keyword `accessor` following `@observable` decorator: https://mobx.js.org/enabling-decorators.html#using-decorators > After...