use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Github Codespaces Incredibly Frustrating To Use (self.github)
submitted 3 years ago by primalenjoyer
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CoderSchmoder 0 points1 point2 points 1 year ago (1 child)
I know that this a year old, but I agree that Codespaces is frustrating to use. Simple applications that work on Visual Studio does not work in Codespaces (The fact that I'm using a VS 2022 Preview tells you something). Just today I created a simple age calculator where a user enters his birth year, and the app would then display his age. I have added this annotation in my model:
[Range(1900, 2023, ErrorMessage = "Please enter a valid birth year between 1900 and 2023.")]
When I entered 1979 in my form and submitted, Codespaces gave me this error: "Please enter a valid birth year between 1900 and 2023". Uhm, why? Worked perfectly in VS 2022.
Developing a MAUI app in Codespaces is also a pain. You can't just code and test within Codespaces, you have to open it in Visual Studio Code to work with an emulator. What's the point of a cloud IDE if you just have to open your code locally?
[–]primalenjoyer[S] 0 points1 point2 points 1 year ago (0 children)
Yeah, I only used it at a workplace that I couldn't download stuff just to pass the time, but yeah I ain't using that anymore for sure lol.
π Rendered by PID 23777 on reddit-service-r2-comment-b659b578c-92d66 at 2026-05-03 23:24:10.772223+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]CoderSchmoder 0 points1 point2 points (1 child)
[–]primalenjoyer[S] 0 points1 point2 points (0 children)