Marcin Czarkowski
Marcin Czarkowski
[web-test-runner] "Failed to fetch dynamically imported module" after silent dev-server-esbuild fail
Currently when you use `dev-server-esbuild` to transpile files, `web-test-runner` doesn't display errors that occurs during the transpilation process. The only feedback that you get is: ``` test/specs/autocomplete.spec.ts: 🚧 Browser logs:...
`esbuildPlugin` doesn't expose a property that would allow to passthrough plugins to `esbuild`. In my use case I need to leverage [esbuild-sass-plugin](https://www.npmjs.com/package/esbuild-sass-plugin) to transpile LIT components that use SASS stylesheets....
# Improve Log Handling and Database Storage This PR addresses the issue reported in [#23](https://github.com/HamedMP/CursorLens/issues/23) regarding empty `log.body.messages` on the logs page. The changes improve log handling, database storage, and...
Before creating a PR witha a fix for ["Issue on logs page - log.body.messages is empty" ](https://github.com/HamedMP/CursorLens/issues/23), I wanted to introduce unit tests to the project. I've added setup for...
Before checking the solution, try to solve the challenge on your own! Use sorting-related code as a reference and apply similar typing techniques to filtering-related code. ## 🤝 Helper materials...