Benny Neugebauer

Results 153 issues of Benny Neugebauer

requires: development
size: M
type: improvement
epic: infrastructure

When uploading JavaScript code it should be possible to "tidy" the code before submitting it (so that the same amount of spaces is used, etc.). Users should select a checkbox...

epic: submit-code
requires: development
size: M
type: new-feature

Show most voted "Code Fight" and show top voters!?

epic: view-stats
requires: development
size: L

When using the reporter of type "html", then I am getting the following error when creating a code coverage report: ``` ERROR [coverage]: TypeError: Cannot read property 'text' of undefined...

Hello, In the company where I work, we use the "se-interpreter" to run SeleniumBuilder tests on our web application builds. It's such a great tool and I am so happy...

Thanks for providing a much needed alternative to HLSW! I have seen that you have [ready to start builds](https://users.alliedmods.net/~drifter/SAT/). Can you attach these to [GitHub releases](https://github.com/Drifter321/admintool/releases) so that they are...

When working with **grunt-contrib-watch** and the option `livereload` set to `true` I am getting the following error from time to time: ``` LiveReload protocol error (invalid command 'reload', only valid...

Hello, I am using TS 5.2 and ESM modules (`"module": "NodeNext"` & `"moduleResolution": "Node16"`). I have also activated `"esModuleInterop": true`. I am using RWS in the following way: ```ts import...

**Summary** I am using `csv-parse` in a TypeScript project the following way: ```ts import {parse} from 'csv-parse/sync'; const records = parse(input, { columns: true, delimiter: ',', skip_empty_lines: true }); ```...

enhancement

### Current Behavior TSDX depends on Jest v27 (latest is v29) and this Jest version has a transitive dependency to jsdom v15.2.1 which has a security vulnerability ([CVE-2021-20066](https://github.com/advisories/GHSA-f4c9-cqv8-9v98)). ### Expected...