Mathias Lykkegaard Lorenzen
Mathias Lykkegaard Lorenzen
All expects should have predicate variants, and also predicates based on `IDomElement`.
The only operation that hasn't been implemented is the `Upload` operation. This should be fixed.
Work in progress. Will update soon.
## Problem If you try to run debugging using a configuration from `launch.json` when running from a DevContainer, it doesn't work. I think it has something to do with the...
## Problem According to https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-build-typescript.html, `Sourcemap` can only be set to `true` or `false`. This is causing issues with devcontainer debug functionality in TypeScript: #3266 If only `Sourcemap` could be...
Recently in the app, the ability to send via-navigation points to the car was added (so a full list of destinations). I am building an app which needs this, but...
Cannot read properties of undefined (reading 'indexOf') Here's my docker-compose file: ```yaml version: '3' services: lucidlink: container_name: lucidlink build: context: ../../ dockerfile: Dockerfile target: lucidlink ports: - "7778:7778" ``` Init...
For instance, I'd love to trigger something when a particular process starts on my machine. Or be able to adjust the screen brightness based on my light sensor's values (my...
### VS Code version 1.91.1 ### Extension version 2.3.0 ### Biome version 0.3.3 ### Operating system - [ ] Windows - [X] macOS - [X] Linux ### Description ``` [Error...
Right now, this action takes 8 minutes to run. That's a lot for a CI pipeline. I'd love to know how much time it takes to free up each thing...