David Trapp

Results 63 issues of David Trapp

![image](https://user-images.githubusercontent.com/6010463/152681499-a395379a-d59c-4874-afba-024014fb174f.png) ![image](https://user-images.githubusercontent.com/6010463/152681512-1305bb0f-51f4-4602-9548-402ae7992a19.png) I'm on Chrome 97.0.4692.99. I believe this is due to `flex` introducing subpixel positions and lengths. Off the hat I don't know a solution for this problem either,...

While developing Svelte files, every few minutes VSCode switches to the "output" tab with "Svelte IntelliSense Language Server" selected in the dropdown (which is annoying since I want the console...

I'm getting this error in the output panel when opening a new file (without saving it yet) and pasting in Svelte code: ``` TypeError: must pass in a file:// URI...

Add an empty line in order to prevent the end of the sentence that should be displayed _below_ the list from being appended to the last list item. ![image](https://user-images.githubusercontent.com/6010463/79695365-b903b080-8276-11ea-82c0-8e06e62f8f8f.png) 👆...

_Note: I've previously asked this on [Spectrum](https://spectrum.chat/artillery-io/general/rampto-takes-longer-than-specified-and-ends-too-early~f87f0d5b-6512-4f36-9ab2-19247e4ef573?authed=true) but got no response for 6 weeks, so I'm escalating this to a GitHub issue because it smells like a bug. If I'm...

See screenshot: ![image](https://user-images.githubusercontent.com/6010463/133391077-daba952c-4e36-4c75-9b73-bb0fbbb1e8c2.png) As you can see, the `phone` and `ctecId` columns are missing their data in the preview. This is the JSON data: ```json [ { "prontoId": 0, "email":...

node v12.10.0, appmetrics v5.1.1 Test case: ```javascript 'use strict' const { promisify } = require('util') const delay = promisify(setTimeout) async function main () { console.log('Hello...') await delay(1000) console.log('...world!') } main().then(()...

This is possibly a duplicate of #10239 but the other issue was already closed and I started experiencing this only recently and not since April. The problem is that buying...

When resuming the computer from hibernation, more often than not the wallet crashes with a memory access error: ``` --------------------------- Anchor Wallet.exe - Fehler in Anwendung --------------------------- Die Anweisung in...

I'm using Anchor 1.2.6 (according to the "check updates" function the latest version) and it seems a while ago (maybe a few weeks) the CPU rental function stopped working. I...