Lukas Holzer

Results 36 issues of Lukas Holzer

## Clearly describe the bug The nodejs api is using globby to collect the scss files for linting. When used on windows it returns an empty array for the list...

status: needs clarification

🎉 Thanks for submitting a pull request! 🎉 #### Summary As the esm module migration is such a big thing I try to split it up into small chunks and...

type: chore

#### :rocket: Enhancements When importing from `@visx/grid/lib/shapes/Line` it forces bundlers to use the CommonJS version instead of the ECMAScript Module version which leads to larger bundle sizes due to lacking...

🐛 bug
🤖 typescript
@visx/grid

If I use the `globby.sync` it is working on windows. The `globby` default export (async) variant is returning an empty `[]`. ```javascript const globby = require('globby'); const globList = ["path/to/files/*",...

### Clear and concise description of the problem Often some tests tend to be flaky which is a nightmare in large CI/CD pipelines as you have to retrigger and rerun....

enhancement
pr welcome

🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes #822 --- For us to review and ship your PR efficiently, please perform the following steps: - [ ]...

type: chore

As in #818 we introduced the arm64 compatibility for the image now we need to create a multi arch image and push it: we need to change our pipeline to...

type: feature

Currently the GitHub actions for checking the image size are building the docker image again so we are building the image twice (waste of resources) furthermore does it take way...

echoes/intent: throughput

🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes #787 As a preparation to make our build image working with arm64 we should get rid of a lot...

type: feature

When performing a parse of a toml file that has a huge set of items inside an array I get an error with `RangeError: Invalid array length` ![image](https://user-images.githubusercontent.com/11156362/172613056-fa970434-7e9f-4a73-80cc-5682d692360c.png) I've created...