-
An estimation of period a user will need to reach their goal
-
As a user, on `Song Book` view, I should be able to search for songs and see the relevant results populate
-
As a user, I should be able to load the app and see options for navigating to `my songs` or to the `all songs` library that take me to their corresponding pages.
-
[Global]
- [ ] _새로고침_
[Search]
- [x] **We need to show the search text. [채은]
e.g., Search Result: Harry Potter**
- [x] **메인페이지 no input 검색 에러 + 복붙했을때 동작X [채은]**
[Book]
- [ ] Book res…
-
```
It is a sugestion, not a reporting.
So, in iteration, it is not returned as a object, but as a string.
But it could be returned as object and at the same time be used as string in
any part of the…
-
```
It is a sugestion, not a reporting.
So, in iteration, it is not returned as a object, but as a string.
But it could be returned as object and at the same time be used as string in
any part of the…
-
```
It is a sugestion, not a reporting.
So, in iteration, it is not returned as a object, but as a string.
But it could be returned as object and at the same time be used as string in
any part of the…
-
```
It is a sugestion, not a reporting.
So, in iteration, it is not returned as a object, but as a string.
But it could be returned as object and at the same time be used as string in
any part of the…
-
[@gavinking] Currently:
- To iterate the elements of two streams _in parallel_, you have to use `for ([x,y] in zipPairs(xs,ys))`.
- To iterate a stream with its indices, you have to use `for (i->x in …
-
```
Not sure how you prefer patches. Here's a tiny patch to enable iteration over
dictionaries.
```
Original issue reported on code.google.com by `jer...@jeromebaum.com` on 18 Aug 2012 at 7:05