Aman Sharma

Results 234 comments of Aman Sharma

Not yet. We aren't planning but do you have a suggestion?

@ktg-123 you can work on this. :+1: @MihirSachdeva assigning you https://github.com/IMGIITRoorkee/omniport-frontend-maintainer-site/issues/25.

Cool, will keep that in mind

Hey! I wanted to try this feature out using the GitHub marketplace app. I see one closed PR related to this - https://github.com/renovatebot/renovate/pull/10592/. Has there been some progress, in a...

@RafDevX @ludvigch could you please have a look at my comments?

No problem! Thanks for letting me know!

@godzie44 ! did it fix for you? I have the same issue with a simple hello world program in C. I simply ran `cargo run install --force` after pulling the...

@orhun I am on phone right now, but this was the source code. ```c #include int main() { // printf() displays the string inside quotation printf("Hello, World!"); return 0; }...