Contribution
Open-source contributions I have made across various repositories.
Flagsmith/flagsmith8 Merged Pull Requests- Add spacing between project name input and Update button
Add margin between components when it has False value to enable spacing.
- Enable prompt for users to add required integrations
Add existing hooks to detect if GItHub or GitLab has been integrated.
- Unify base URL config and add region dropdown with manual override
Enable integration with Amplitude, Datadog, Heap, Mixpanel, New Relic with their regional servers.
- Disable delete button when active subscription exists
Premium users need to be prevented from deleting their organization while their active subscription exists.
- Prevent crash if redirect param is undefined
Add optional chaining before the variable is called to prevent crash.
- Add guard against null value to prevent crash
Ensure the variable's value is not null.
- Add guard against null model to prevent crash
Ensure the model's value is not null.
- Prevent Error when inputRef is undefined
Ensure the inputRef exists and not null.
- Add spacing between project name input and Update button
PostHog/posthog1 Merged Pull Request- Fix broken PostHog's Hobby installer that is caused by 2 bugs: (1) GeoIP install failure, (2) kafka-init Compose interpolation error
(1) Ensure apt-get is updated first before the installer ran brotli, (2) Convert variables into strings so Compose passes them through as literals.
- Fix broken PostHog's Hobby installer that is caused by 2 bugs: (1) GeoIP install failure, (2) kafka-init Compose interpolation error
unslothai/unsloth1 Merged Pull Request- Fix error when context-resizing
Tighten the file-detection logic and patch an edge case around directories with '.gguf'-like names
- Fix error when context-resizing
streetwriters/notesnook1 Merged Pull Request- Fix error on Android's search query
(1) Pass value for items key, (2) add guard to prevent crash from undefined value.
- Fix error on Android's search query
wasp-lang/open-saas2 Merged Pull Requests- Fix subscription end date bug
Adjust the right subscription end date, especially for month february.
- Fix capitalization in login form
Adjust the right capitalization.
- Fix subscription end date bug