Sangwon Kim
Sangwon Kim
 Because of same color between **foreground** and **red**, it is too hard to recognize `git diff`.
**Describe the bug** When a nested array or object is empty, it is ignored on saving. **To Reproduce** ```ts @Model() export class A{ @PartitionKey() id: string @CollectionProperty({ sorted: true, itemType:...
If I replace selection like below in original codemirror, new text are selected. But in react-codemirror2, wrong text are selected. ```js doc.replaceSelection('**' + text + '**', 'around'); ```
null ----- [View rendered docs/configuration.md](https://github.com/scon-io/probot/blob/master/docs/configuration.md) [View rendered docs/deployment.md](https://github.com/scon-io/probot/blob/master/docs/deployment.md) [View rendered docs/development.md](https://github.com/scon-io/probot/blob/master/docs/development.md) [View rendered docs/github-api.md](https://github.com/scon-io/probot/blob/master/docs/github-api.md) [View rendered docs/hello-world.md](https://github.com/scon-io/probot/blob/master/docs/hello-world.md) [View rendered docs/http.md](https://github.com/scon-io/probot/blob/master/docs/http.md)
## Describe the bug ``` hello **world**. hello *world*. ``` WIth above text in markdown mode, when I switch mode to wysiwyg and turn back to markdown, the text change...
## Expected behavior `ServerRequest.bodyToMono` returns its body. ## Actual behavior `ServeRequest.bodyToMono` returns Mono.empty(). ## Steps to reproduce 1. Use `graphql-dgs-example-java-webflux` example. 2. Modify `MyContextBuilder.build()` as below ``` public Mono build(@Nullable...