morzel85
morzel85
**Platform** Ubuntu 20.04 **Terminal software** gnome-terminal **Version** Reedline from Nushell 0.77.0 The _word_ boundary (used in `b` and `e`) allows too many characters. In VI mode a _word_ should "_consists...
More joys of Windows (works fine on Ubuntu WSL)... Sorry ;) Many tests fail on freshly cloned repo: ``` redeclare failed: Expected baselines to match - result - baselines/local/redeclare.tree.baseline -...
When I run `init()` in devtools console while using the docs, then date-fns functions become available under `_` variable. Nice, but... it looks like the functions don't have all the...
### Plugin(s) - [ ] Analytics - [ ] App - [ ] App Check - [ ] Authentication - [ ] Crashlytics - [X] Cloud Firestore - [ ]...
All of the pages form https://codepo8.github.io/web-cheatcodes are not working (404): - [Remove annoying overlays and page elements](https://codepo8.github.io/web-cheatcodes/overlays.md) - [Take screenshots of web content](https://codepo8.github.io/web-cheatcodes/screenshots.md) - [Inspect the uninspectable](https://codepo8.github.io/web-cheatcodes/inspect-no-context.md) - [Get back...
When I run `init()` in devtools console while using the docs, then date-fns functions become available under `_` variable. Nice, but... it looks like the functions don't have all the...
### Steps to reproduce Link to live example: https://mui.com/x/react-date-pickers/date-time-picker/#basic-usage Steps: 1. Pick some date/time value (e.g. 10/17/2024 12:00 AM). 2. Paste some date to the filed (e.g. 10/19/2024). 3. Leave...
It is possible to setup both `console` and `http` handler for a logger, but AFAIK it is not possible to configure different levels for the handlers. I would like to...