capc0

Results 44 comments of capc0

We are experiencing the same issue within our GitLab CI Pipeline running in a docker container `cypress/browsers:node14.17.0-chrome91-ff89` ``` │ Cypress: 10.8.0 │ │ Browser: Electron 102 (headless) │ │ Node...

same here. reverting to 2.11.0 worked for me.

> this leads to the following issue: If the fpm container upgrades/restarts and potentially changes its IP address, the web app's nginx container has issues resolving the fpm container and...

im using ```ts import Holidays, * as HolidayDefinition from 'date-holidays'; const germanCountryHolidays = new (HolidayDefinition as any)('de') as Holidays; console.log(germanCountryHolidays.getHolidays(2021)) ```

I can confirm that copying the files into the Assets folder is working

We noticed the same issue appearing since last week. Maybe Windows Defender updated its database/detection causing this issue to appear again... No current solution at the moment.

(un)fortunately I am also no longer able to reproduce this. The same installer `.exe` that was throwing the alert last week is now working without any alert. I did check...