Marco Schumacher
Marco Schumacher
### Description Hi, I think it's a common occurrence that libraries provide multiple entrypoints, so it would be nice if Vite's library mode supported this scenario. Since rollup does the...
It seems disposing of side effects does not work. If I have some background task running (job scheduler, db watcher, etc.) in my server, I usually gracefully clean it up...
Together with https://github.com/desktop/dugite/pull/532, this potentially closes - #10546 - #10060 - #9721 - #9443 - #7033 - #14498 - #14244 - #14181 - #13953 - #12586 - #12562 - #11997...
# Motivation Executing git commands from Windows on WSL (Windows Subsystem for Linux) paths has some problems. The major ones (that I'm aware of) are - The performance is bad...
As discussed in #49 a simple `: searchElement is T` won't do, because the assertion is too strong and produces wrong types, especially in the "opposite" cases (e.g. else blocks)....
### Description This is a follow up to #7047. This enables multi entry builds for the "umd" and "iife" formats. Since Rollup does not support code splitting builds for them...
Adds a `withBuildKit` option. With the option enabled, a build will be done using BuildKit - within a docker container. This should be relatively independent on the host system's BuildKit...
I managed to get BuildKit build to work! It is not perfect yet, but it works most of the time for me. To do this, dockerode needs to create a...
I would like to tackle BuildKit support in dockerode. That required some small changes in docker-modem, because the connection needs to be hijacked to create a session. The first change...
### Current Situation There is no local integration (Home Assistant etc.) at the moment to work with the new Lock Pro. ### Proposed Change I would be very helpful to...