Josh Bleecher Snyder
Josh Bleecher Snyder
@Xe do you still plan to send a PR fixing up the JSON grammar? While working on other things, I noticed that the JSON grammar can generate invalid json: it...
Yep. :) The thing I was surprised by here is that the ignore comments didn’t resolve the problem—I guess I expected them to cause the intervening contents to be completely...
This also happens for comments in other contexts. I also ran across this breakage: ``` {{ if .B }} {{/* if */}} {{ end }} ``` yields: > `Error: Missing...
This obviously can't be solved in the general case. (The if statement could call a Go function, so solving this is equivalent to solving the halting problem.) But some common...
See also https://github.com/ollama/ollama/issues/2623#issuecomment-2010986107. But good luck getting a review. Doesn't seem like anyone is at the wheel here.
Oh awesome! I think this is the single biggest UX improvement available for xkcd with iOS 7. And I really need to look at #42 and get a release cut....
UI questions to consider: - Displaying state. Maybe a nice blue dot for unread? - Mark as (un)read. Maybe a left or right swipe, a la Reeder? - Mark all...
Also: How will it interact with #4 (starred/favorited comics)?
> the ui could reserve space for these (mutually exclusive): empty space (i.e. left padding), an unread dot, or a 'favorite' star. Works for me. Presumably the backend would store...
One simple suggestion is to have it triggered by image deletion, and to do an attempt at async replacement (so if it fails, the old data remains in place, and...