Kevin Menard
Kevin Menard
I'm looking to load up `babel-plugin-relay` in my CRA app. This should be an additive plugin, not something that replaces the defaults. While I can add all the default entries...
I have a binary that relies on OpenSSL and use _cargo-deb_'s `$auto` feature for determining dependencies. It properly determines that _libssl1.1_ is required, but not that _ca-certificates_ is also be...
**What platform does your feature request apply to?** Android **Is your feature request related to a problem? Please describe.** I'm looking to repurpose an old Ouya as a PS4 remote...
I'm trying to clear out space on an SD card that had photos and videos on it. I'd like to remove the files from the SD card while retaining the...
It'd be great if the project could provide a Changelog. I've been digging through the commits, but I'm having a really hard time figuring out what actually changed from 0.2.5...
This is going way back, but in 2.11.0 the declarative configuration options for :modules and :development_modules were replaced by an environment-based setup in the analytical.yml file. A consequence of this...
This may just be a documentation issue, but the [catchError docs](https://github.com/megahertz/electron-log/blob/35535062403df2c3ac6e73a5d5d8886adfcab861/docs/catch.md) say: > Catch and log unhandled errors/rejected promises Then the [docs for the `showDialog` option](https://github.com/megahertz/electron-log/blob/bb2134889f74e856d32de0099c2f4c6c0d96409e/src/index.d.ts#L369-L373) say: > Default true...
**Describe the bug** According to the [user guide](https://github.com/google/benchmark/blob/8d86026c67e41b1f74e67c1b20cc8f73871bc76e/docs/user_guide.md?plain=1#L258=), global setup and teardown functions should be once, unless using multiple threads: > The setup/teardown callbacks will be invoked once for each...
ReasonML 3.5.1 was just created, but there are no tagged releases since 3.0.4, going back to Dec. 2017. Tags are a very helpful way to check out the source tree...
It'd be really handy if variable watches also included the variable address, particularly when using instruction such as `LEA`. Currently, to see the address I need to set up a...