Dean Meehan

Results 8 comments of Dean Meehan

For Windows also (Py2.7). ``` import mimetypes ... def main(): mimetypes.add_type("application/vnd.android.package-archive", ".apk") ```

I feel as though this wouldn't increase the security of LessPass. I can see how you would think that this additional key would help with additional exposure if you accidentally...

Quick sed script to fix this when removing the var from the project.properties `sed -i -e "s/$GSM_VERSION/+/g" platforms/android/project.properties`

I was just looking for this option! :) Hopefully it'll get released soon.

Cheers @Shashikant86. I was able to use my own repo for Fastlane easily enough.

There seems to be a disconnect between this repo and [Fluent-Bit](https://github.com/fluent/fluent-bit/tags). The last [commit](https://github.com/fluent/fluent-bit-docker-image/commit/35448b2677cce873d1918a022932676fda9c1f6e) to this repo was 2nd March 2021.

I was able to rebuild the image manually using the [fluent-bit](https://github.com/fluent/fluent-bit) repo with no CVE's on MacOS to produce the MultiArchitecture image by following the [Dockerfiles README](https://github.com/fluent/fluent-bit/blob/master/dockerfiles/README.md). 1. Install Docker...

Thanks for the help! I'm able to quickly setup a new project on MacOS with VSCode via: 1. Open a fresh directory in VSCode 2. Run `git init && uv...