Open Source Contributions
Contributions I've made to packages not owned or maintained by me
I also have a bunch of first party open source packages! Check out my projects page for a list of those!

- Pull Request: https://github.com/MalpenZibo/ashell/pull/370
- Resolved a bug where the VPN chooser appeared blank when handling a large number of NetworkManager VPN profiles.
- Improved the UX with alphabetical sorting, max-height limit, and padding so the scrollbar was not against the VPN toggle.
- Pull Request: https://github.com/ente-io/auth/pull/437
- This feature allows users to easily transfer their Time-Based One-Time Password (TOTP) 2-factor authentication codes from LastPass Authenticator to the ente Authenticator app.
- To use this feature, use the "Transfer accounts" option within Lastpass Authenticator Settings and press "Export accounts to file". Then import the JSON downloaded in the ente Authenticator app.
- Pull Request: https://github.com/Tofandel/prerenderer/pull/75
- This change addresses three things for the prerenderer webpack plugin:
- makes it ultra clear that HtmlWebpackPlugin is required and why
- logging an error if during compilation if HtmlWebpackPlugin is not used -- if you don't use the HtmlWebpackPlugin, the afterEmit hook doesn't do anything and the plugin silently does nothing
- logging an error if the entryPath is not found in the assets
- Pull Request: https://github.com/vernemq/vmq-operator/pull/22
- This change was a result of my findings deploying the VMQ Operator to Kubernetes
- Update base image to vernemq/vernemq
- make operator deployment v1 instead of v1beta since in k8s 1.16 the apis have changed
- all Deployments api/v1beta2 -> apps/v1
- undo apiVersion change for node-exporter-daemonset
- Pull Request: https://github.com/jkbenaim/hs100/pull/5
- Just some documentation updates because I'm not a C developer in my day-to-day so it wasn't apparent to me how to build the binary. So I added some instructions to save the next person 5-15 minutes.