David Trapp

Results 76 issues of David Trapp

I have 10+ GB RAM free. ![image](https://user-images.githubusercontent.com/6010463/125594367-603550b1-adb0-470c-89de-ead922a6c83e.png) In PowerShell it installs fine.

I had a weird error today happening once, not before and not again afterwards. I got the Windows Hello prompt, I confirmed with fingerprint, and then WindowsHelloAuthenticator crashed: ``` david@CHE-X1:~...

My version is 0.47.0. ``` Uncaught TypeError: Cannot read properties of null (reading 'map') at KucoinClient.__requestLevel2Snapshot (/mnt/c/Users/david/proj/***/node_modules/ccxws/dist/src/exchanges/KucoinClient.js:474:40) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) { domainEmitter: KucoinClient { _events: [Object: null...

1. Get this file: https://github.com/KeiferJu/svelma-pro/blob/2.0.0/src/components/Slider/Thumb.svelte 2. Use this config: ```javascript module.exports = { root: true, extends: ['standard'], rules: { 'no-multiple-empty-lines': ['error', { max: 1, maxBOF: 2, maxEOF: 0 }], //...

I cannot attach this to the Daedalus wallet because it needs to run from a specific current directory. It would be great if there were a way to set the...

When using this extension in a WSL remote window, no linting is done. Executing a command such as "auto-fix problems" shows this error in the "Log (Remote Extension Host)" output...

bug
help wanted

I downloaded the latest release as Windows portable package. I used Options => Start/Stop Server, but nothing happened, it hangs with "starting..." in the toolbar. Looking in the alert tab,...

Causing this issue downstream: https://github.com/input-output-hk/cardano-graphql/issues/552 ``` TypeError: Cannot read property 'trim' of undefined at /home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:73:38 at Array.map () at Object.mapPsOutput (/home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:68:10) at Object. (/home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:342:36) at step (/home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:44:23) at Object.next (/home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:25:53)...

up for grabs
good first issue

Try a route such as `/foo/:bar?` and navigate to `/foo`. It will crash in `isWholeNumber` trying to check whether the param `bar` is a number (which is `undefined`). ``` bundle.js:35421...

`Click` This will create a bad URL like `/test?a=x&b=2` (which will actually set `{ a: 'x', b: '2' }`) instead of the expected URL `/test?a=x%26b%3D2`. On the other hand, the...

bug
help wanted