Filip Chalupa
Filip Chalupa
Clicking on the audio cast icon stops currently playing sounds until context menu is closed. 
This PR adds `file_handlers` option to `ManifestOptions` interface so that Typescript would accept this option if supplied in `VitePWA` function call. Without that the `file_handlers` work, but require workaround such...
## Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [x] feature request ``` ## Desired or...
``` "@contember/admin": "1.1.0-alpha.7", "@contember/admin-i18n": "1.1.0-alpha.7", ```  
``` [zoom_and_follow_mouse.py] Traceback (most recent call last): [zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 21, in [zoom_and_follow_mouse.py] import pywinctl as pwc # version >=0.0.38 [zoom_and_follow_mouse.py] ModuleNotFoundError: No module named 'pywinctl' ``` 
There is some kind of `eventLog` problem. 
### Description  Tested on three diferent Windows 11 devices which all can run `npx serve` with older node like `18.14.2` and older just fine.  ### Library version 14.2.0...
Is there a way to allow user to unset `ColorField` back to `null` value like it is possible in `SelectField` with `allowNull` prop?
Version: `contember/engine:1.2.1` ### Current behaviour #### Ok and expected  ### Query data are `null` (unexpected)  `data.transaction.query` should be an object like in previous case, right?