Elizabeth Paige Harper

Results 5 issues of Elizabeth Paige Harper

This was initially detected with `Decoder.StringNull`, but it appears to affect all `Decoder.{{Type}}Null` methods. As per the StringNull method documentation, when the next value is not a string or null,...

Updated import for the new svelte 3 package structure. Using this update in my current builds without issue. ```js G.task('compile-svelte', () => G.src('./src/**/*.svelte') .pipe(svelte({css: false, format: 'cjs'})) .pipe(G.dest(dirs.work))); ``` ```bash...

The output for example 7.10 in the spec has an extra comma in the output compared to the input. Specifically, in the flow sequence, the scalar `"Up, up and away!"`...

### Describe the bug **NOTE** This is a new behavior as of `0.1.21` and persists in `0.1.22`. When executing VPM it does not use the editor as configured in the...

bug
vpm-cli

### Issue type Wrong or misleading information ### Problem description On the user manual page https://docs.gradle.org/current/userguide/toolchains.html there are multiple Kotlin DSL examples that, if used, result in script compile errors...

a:documentation
to-triage