-
### What happened?
**Simplified Schema**
````
type NestedData {
author: String
nestedArray: [String]
}
type SomeEntity @model {
contentId: String
outsideArray: [String]
nestedDat…
-
hello.
**Java Persistence with Spring Data and Hibernate** has been published in Korea, so I am reading it well.
Among the example tests in Chapter 11, there is a `noRollback` test method as fol…
-
### Did you check documentation and existing issues?
- [X] I have read all the launch.nvim documentation
- [X] I have searched through all existing issues of launch.nvim
- [X] My issue is non-tri…
-
### Are you requesting a feature, reporting a bug or asking a question?
Reporting a bug
When you give a default value to a component like (radiogroup, checkbox list, dropdown or boolean) d…
-
If you use `@adt` and all of the members apply a mixin directly, you get a sealed trait that also extends that mixin:
```smithy
$version: "2"
namespace input
use smithy4s.meta#adt
@adt
u…
-
Hi!
I've encountered the following error. When sequence items are not indented, they don't generate YAML_BLOCK_SEQUENCE_START_TOKEN before first item, but immediately YAML_BLOCK_ENTRY_TOKEN.
Event p…
-
现在有一个数组存放字符串数据:
['item1', 'item2', 'item3', 'item4', 'item5']
有另外一个数组存放一组对象:
[
{ content: 'section1', index: 0 },
{ content: 'section2', index: 2 }
]
它每个对象表示的是会往原来的数组的 i…
-
using * will comment the line when you are trying to do a multiply operation as:
item3 = item1 * item2
will treat item2 as comment
-
# HEADER _italic_ **BOOLD**
text **bold** text
text _italic_ text
> quote **dsf** g fdg dfg kfd gfd g
sdffsdf http://javascript.ru/basic/regular-expression+ dsf
**_BOLDITALIC_**
```let …
-
**Describe the bug**
JsonTypeInfo.Id.NAME Property is not generated in serialization in certain cases.
**Version information**
Jackson 2.14.0
JDK 17
**To Reproduce**
```java
// Base.java
…