Nana Sakisaka

Results 81 comments of Nana Sakisaka

note: これは、現実に発生しているわかりづらさを解決するための方法としての僕の1つの提案ですが、この方法を取るのかを含めて何も決まってないです

@faithandbrave OKです。これは特に緊急度が高いものでもないので、できるときに決めましょう。

ひとまずたたき台を置いておきます (一番上のコメント参照) @faithandbrave さんがコメントしてから1ヵ月経ちましたが、特に問題はなさそうなので `ISSUE_TEMPLATE.md` に書く方針で行こうと思います。 このたたき台で問題がなければ適当にpushしておきます。

@yumetodo CSSなどデザイン周りは基本的に kunai ですね。追記しておきます。たたき台は一番上のコメントに移動しておきます

Hmm... It's your choice to splitting the library files, but, I like the idea. :smile: The re-compiling time should get much smaller when the each library gets bigger. Maybe we...

`oos-example` looks very nice (much much better than looking into test codes), but when it comes to `oos-seed` it seems quite heavy though - what kind of features are you...

@zussel So I've summarized the issue here - hope it helps.

I think `%%f` is fine - it evaluates to `%f` after `strftime`

In that way `to_string()` will no longer possess a signification which indicates that format param given to the API is having compatibility with `std::strftime()`. If it's OK for you then...

@zussel said in the issue #56 that you can't mix `query` and `object_view`, but I'd suggest it to create a base class representing composed queries then make `query` and `object_query`...