Orhan Tozan

Results 19 comments of Orhan Tozan

@googlebot I signed it!

@michaeljordanr You can create a PR if you want to share your contribution :)

@bubenheimer https://github.com/korlibs/klock has what you are looking for.

I've read that issue, and I understand the problem, but I think the solution of the PR that was merged after is a bit rough. These are the two following...

> This is indeed unfortunate, but I wanted to minimized the changes to the API and thus decided to leave this in place. For reference `Loading` can also only be...

On a seperate note: is there a usecase where a flow from an api is empty? It sounds like something one shouldn't have to begin with and an edge cases...

@digitalbuddha First of all, I appreciate the blazing fast reply! My usecase is basically the same as the BlogPost example you described in the linked comment (except I have Users...

@digitalbuddha let's say the server has these simple endpoints: /posts/ -> gets all posts /posts/{id}/ -> gets post by id Do you suggest that the AllPostsStore needs to fetch from...

For future readers: In my case, I solved this with having a seperate table in my local database that keeps track of whether a "fetch all" has already been made....