amq

Results 13 comments of amq

Can be mitigated by running in git bash

I've added Tracking Protection, but I think it is not something that will last. Most probably the feature won't be actively maintained and we are better off with uBlock or...

The main goal is disabling core Firefox features that leak data to third-party services (meaning that the data is actively sent by Firefox, not passively snooped by the sites). The...

Microsoft added WebGL in Edge: https://blogs.windows.com/msedgedev/2015/04/29/introducing-microsoft-edge-the-browser-built-for-windows-10/ http://blogs.windows.com/msedgedev/2015/05/07/bringing-asm-js-to-chakra-microsoft-edge/ It looks like the only security vulnerability discovered to time has been fixed in WebGL spec 1.0.1 (denial of service issue is yet...

I guess one of the reasons is UEFI in gen2 and the fact that many/most distros have a different setup menu in BIOS and UEFI modes, hence different `boot_command`s are...

Just bumping this since now we have official windows builds.

We desperately need this.

Related: https://github.com/drone/drone/issues/2685

Also started seeing this, since `0.16.0`. While `0.15.1` runs fine. ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1556a85] goroutine 62...

What speaks against doing simply this? ``` - name: AVD cache uses: actions/cache@v2 with: path: ~/.android/avd key: ${{ runner.os }}-avd-v1 - name: Instrumentation tests uses: reactivecircus/android-emulator-runner@v2 with: api-level: 27 target:...