Matthew Bishop
Matthew Bishop
Just wanted to give an update on my progress -- [check out the v3-redesign branch](https://github.com/bishopmatthew/HackerNews/tree/v3-redesign) if you want to see where this is at. I've got the build moved over...
The problem, when I thought about doing this a while ago, is that the id parameter is overloaded on Hacker News. E.g. https://news.ycombinator.com/item?id=12345 could refer to the root of a...
The first you'd want to do is look at: https://github.com/bishopmatthew/HackerNews/blob/master/src/com/airlocksoftware/hackernews/parser/CommentsParser.java#L138 That's where the HTML containing the header story is sent to be parsed. You'll want to look at the raw...
Yeah, if you look at the rest of the parsing code, there's a lot of kinda hacky stuff going on because the layout is table-based and doesn't have semantic classes....
Sorry I forgot to get back to you! I'm really busy right now but I'll look into this later this week. Just a few thoughts off of the top of...
Yeah, I know -- my bad. Although I added all the jars to the current v2 just to make the setup process easier. I'm not too concerned about it right...
Hey! Sorry for the delay in getting back to you -- I've been getting killed with work. The first time, it should open a new tab in Chrome, and then...
Hi @tienthanh8490, no, not necessarily. I just wanted to make sure it wasn't doing something worse like overwriting some tab you already had open (that wasn't opened by the app)....
Hi @tienthanh8490 , could you email me at [email protected]? I have a potential solution I want you to try out. Thanks, Matt
I've got user reports of not being able to open a comments thread after adding a comment themselves. Need to test to see if I can consistently reproduce. Something must...