Jesse Kela
Jesse Kela
Getting this error when trying to use serverless framework and deploy AWS lambda via Github action and using windows-latest. This virtual environment is using Docker 19.03.14. The same happens with...
Wondering what's my issue since `useFlatConfig: true` alone does not help. Getting error ``` node:internal/event_target:1101 process.nextTick(() => { throw err; }); ^ Error: Could not find config file. ``` ```...
@erikbra is this flag missing now from documentation?
As far as my observations go there have been some weird stuff happening with grouping in general even longer than that. All updates are always grouped and defined groups are...
> i'm building my image with `node:lts-bullseye-slim` and for some reason running `RUN npm config set loglevel verbose` before `RUN npm ci --legacy-peer-deps` fixed it for me. Yup setting loglevel...
Looks like it works if I just target root directory instead of listing two subdirectories. ``` - package-ecosystem: "nuget" directory: "/" schedule: interval: "daily" time: "21:00" timezone: "Europe/Helsinki" ```
> Aside from automatic discovery of version updates, one of the reasons I used dependabot is getting the release notes/recent commits. > > `We started rolling out the new updater...
Seem to work fine with the newest Docker Desktop https://docs.docker.com/desktop/release-notes/#4420 EDIT First downgraded wsl to 2.4.13, then installed Docker Desktop 4.4.20 and finally updated wsl to 2.5.7. Windows x64
There are really new major versions out there https://www.ffmpeg.org/download.html#release_8.0 Even via `Official` that uses https://ffbinaries.com/api/v1/version/latest isn't pointing to such new versions.