Aditya Oberai

Results 13 issues of Aditya Oberai

**Issue:** closes #7328 **Similarweb rank:** 259,297 ### Checklist - [x] I updated the JSON data in `_data/simple-icons.json` - [x] I optimized the icon with SVGO or SVGOMG - [x] The...

new icon
pending

## Description Generates a short URL using the `bitly` and `tinyurl` APIs. ## Tests Done ### Test 1 - Input ![image](https://user-images.githubusercontent.com/31401437/198570265-cfff70ba-ddd8-48b7-9de5-9655070df84c.png) - Output ![image](https://user-images.githubusercontent.com/31401437/198570295-4160c8db-cc24-42a8-8fdc-766a725009f1.png) ### Test 2 - Input ![image](https://user-images.githubusercontent.com/31401437/198570489-080b6873-faaa-4b32-a9ba-c16cb5101765.png)...

hacktoberfest-accepted

## Description .NET Class Libraries packaged as DLLs kept in the function source directory are inaccessible by the function after deployment ## Example Here's the function sample I created to...

bug

## What does this PR do? Add note on Document Level Security in Readme ## Test Plan View Readme ## Related PRs and Issues #69 (would clarify this doubt) ###...

## What does this PR do? Adds Lemon Squeezy function templates to Console ## Test Plan Visit the Functions marketplace to find the added templates ## Related PRs and Issues...

I think this looks alright, I have no comments on the code itself, mainly because I don't know kotlin or C# well. I would think adding some comments might be...

## What does this PR do? Fixes error caused by variable named as `default` in .NET SDK (`default` is keyword in .NET and can't be used as a variable name)...