winwin2011
winwin2011
**Deployment details:** - App version [e.g. v1.7.4]: 2.2.2 and 2.2.1 - Platform [e.g. amd64, arm64, arm/v7]: amd64 - Docker image tag [e.g. latest, multiarch]: 2.2.2 and 2.2.1 --- **Bug description:**...
When searching for CJK word, only words at the very beginning of each sentences can be searched. **To Reproduce** Steps to reproduce the behavior: 1. Create a document 2. Add...
```js var list = [ { id: 1, // parent: 0 // this is not necessary any more }, { id: 2, parent: 1 }] // ... ```
 --- I think we should treat: ``` 1. ` #tag ` (both start and end with a space) 2. `#tag ` (at the very beginning of each line) ```...
### Is your feature request related to a problem? no ### Describe the solution you'd like Say if I have a lot of tags, ~100, it will be pretty hard...
feat: #594 - hide the editor when scrolling down fast enough. - show the editor when scrolling up fast enough. https://user-images.githubusercontent.com/17293034/205955671-3e8511d9-283d-43dc-b1cf-68828edc3e74.mov
### Prerequisites - [X] I have searched the existing issues - [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. - [X] I have read...
### Prerequisites - [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs) ### What theme are you using? other ### Is your feature request related to a problem? Please describe. When building the...
### Reasons for making this change Add [Carbon Design System](https://carbondesignsystem.com/) theme. Also see #3857. I use this Theme too. So, I'm here and try to make a PR for that....
For example: ```text # .gitignore node_modules ``` After enable `formatFiles.useGitIgnore`: `/myrepo/node_modules/blabla`: ignored as expected. `/myrepo/packages/module-a/node_modules/blabla`: BOOM!!! Are there any solution for this?