-
Consider:
```java
@CommandLine.Command(name = "dashed")
public class DashedOption implements Callable {
@CommandLine.Option(names = "-x")
String x;
@CommandLine.Option(names = "-…
-
The current version of CppSharp generates only one file with `Generator.OutputMode.FilePerModule` mode if header files are in the same include directory. ILibrary Setup method:
```C#
/// S…
-
### Describe the bug
As title, I would like to store null value in the csv table but couldn't.
### To Reproduce
Write a csv file to `datafusion/core/tests/data/data.csv` with
```csv
c1,c2
NULL,'…
-
For integrating with https://github.com/robotology/wb-toolbox, we need some way to pass arbitrary parameters (as we do not know in advance the parameters that will be available in a given solver) via …
-
`ObjectProperty` currently looks like this:
```rs
pub struct ObjectProperty,
pub value: Expression>, // for `CoverInitializedName`
pub method: bool,
pub shorthand: bool,
pub co…
-
### Describe the Bug
I realize this one is very similar to https://github.com/withastro/prettier-plugin-astro/issues/97 but none of the suggested solutions work for me. I use the suggested config
…
-
https://github.com/rrd108/vue-mess-detector/blob/eec64e39f611955d38d84879f2439960d5077079/src/rules/vue-strong/simpleComputed.ts#L17
Regex is not able to reliably match the entire code block becaus…
-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CONTRI…
-
**Is your feature request related to a problem? Please describe.**
Relates to https://github.com/FasterXML/jackson-core/issues/577.
jackson-core and jackson-databind's StdDeserializer and NumberDe…
-
When I try to format a svelte file with prettier and this plugin using format on save with vscode the entire file breaks. When I try to run prettier with the `--write` flag it reports a parsing error.…