Mark Lyck

Results 61 issues of Mark Lyck

I have an application that can display 2 maps on the same page. The first map always loads without any issues (mostly). However when you open a popup with a...

### Describe the bug When trying to log out HTML text in the console log with vitest UI, vitest UI is cutting up the output a lot, missing entire tags...

bug
ui

**Description** Trying to build a React App using jsonld in a sub node_module causes the following error. `/Users/xxxxxx/node_modules/jsonld/lib/jsonld.js: /Users/xxxxxx/node_modules/jsonld/lib/jsonld.js: Property name expected type of string but got null ` There's...

## Version of the custom_component [2.3.0](https://github.com/alandtse/tesla/releases/tag/v2.3.0) ## Describe the bug My home assistant crashed last night and went through the debug logs and found a warning related to this integration....

bug
help wanted
good first issue

**Describe the bug** When running lighthouse in our CI/CD it consistently fails on the 3rd "run" with the error: ``` "runtimeError": { "code": "NO_FCP", "message": "The page did not paint...

I have 2 identical projects. one at the repo level, one at the organization level. they both have the same automation card: ``` ###### Automation Rules - `new_issue` **c1-frontend-v4** -...

I'm drawing the line-Charts shown below. However, the y-values are not very useful in light of my dataset: lineChart.addLine([0, -2, 1, 7, 9]) It shows 0 and 5? In this...

I am trying to get my Chromatic github action to work, but no matter what I try it always runs out of memory. This is my workflow chromatic.yml file: ```...

I'm rewriting an application in React Fiber and AmCharts no longer seems to work. I can console log AmCharts and AmCharts.React just fine, but as soon as I try to...