Show HN: Open-source StackOverflow-like service
paizaqa.herokuapp.com
Show HN: Open-source StackOverflow-like service
1–10 of 51 posts
Re: Show HN: Open-source StackOverflow-like service
#2An awesome post & must read it..
http://indguru.com/2016/wb-school-service-commission-recruit...
Re: Show HN: Open-source StackOverflow-like service
#3[deleted]
Re: Show HN: Open-source StackOverflow-like service
#4Clicking "ask question" kills the browser back button... Beware!
Re: Show HN: Open-source StackOverflow-like service
#5And, how to make it is available here:
Building a QA web service in an hour - MEAN stack development(3)
Re: Show HN: Open-source StackOverflow-like service
#6Clicking "ask question" kills the browser back button... Beware!
Thank you for your pointing out !
I just fixed it by adding "$location.replace()".
Also, there was a issue on Social Login, I also fixed the issue.
Re: Show HN: Open-source StackOverflow-like service
#7I've been procrastinating a long time to write an article similar to this. I've been using the generator since v1.x.x. Nice write up!
I even wrote a rails console-like equivalent for the older version[1]. Didn't get time to write a new one though. Will be a good addition to the generator I think.
Re: Show HN: Open-source StackOverflow-like service
#8Kudos for effort, but for the life of me I cannot understand why the hell is "load empty shell of a page and then asynchronously fetch bits and pieces of content, ruining the UI along the way" is so prevalent these days.
Re: Show HN: Open-source StackOverflow-like service
#9Kudos for effort, but for the life of me I cannot understand why the hell is "load empty shell of a page and then asynchronously fetch bits and pieces of content, ruining the UI along the way" is so prevalent these days.
I know how you feel. I live in Mexico now, and the internet connections in these parts are terrible. It's given me a whole new perspective after coming from cheap 100 mbit back home.
Sometimes I get confused with pages like this, only to later realize that the main content wasn't loaded yet.
Re: Show HN: Open-source StackOverflow-like service
#10Isn't StackOverflow open source?