Troels Liebe Bentsen

Results 5 issues of Troels Liebe Bentsen

**How to recreate the issue** Exactly same issues as: https://github.com/octokit/types.ts/issues/274 Create a test project: ``` bash npm init -y && npm install typescript @octokit/types ``` Generates this package.json file: ```...

bug
typescript
blocked

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Needs Triage
Release 10.x

``` typescript it.each([1,2,3,4])('should parse and generate %i and generate it again', id => { ... }) ``` Will generate the following command run: ``` node 'node_modules/.bin/jest' '/Users/tlb/git/connectedcars/ingester-tl-v2/src/lib/traffilog-parser/tools/monitor-csv-parser.test.ts' -t 'parser should...

needs feedback

Hi, First off, thanks for the macOS support for PCAN. I'm trying to use the library but ran into some issues with reading frames so isolate the issues i tried...

analyzing

### What does this PR do? Increase max size of server.idleTimeout to u16 and set a higher default that works for most cloud vendors load balancer defaults: 3610 seconds. Fix...