-
I'm on OSX 10.10.3, Firefox 38.0.5. It looks like the date input is not being recognized and falling back to today's date, which is not what the test is expecting.
```
$> rake
...snip...
Failures:
…
-
Safari includes up to one newline in its `innerText` property for elements. Why, I'm not sure, but it ends up that you don't match your selectors on different platforms:
![image showing search for …
-
Although the library is being used in production and continuously multi browser tested as part of the application, [Fordiman](https://www.reddit.com/r/javascript/comments/8ap3yo/comment/dx16fk2) has s…
-
> ## 解決したいこと・達成したいものについて
>gem 'carrierwave’の設定は完了したのですが、S3にて画像のアップロードを行おうとするとエラーが発生します。エラーを見てみるとfog-awsのプロバイダーが読み込まれていないと出ていました。いろいろなサイトを見て回って周辺のファイルを見直したりしていたらgemをインストールしなおしたりしていたら
![image](https:/…
-
### What we should change and why (this is tech debt)
```
Failures:
1)
As an administrator
I want to manage orders
with a complete order filters filter by customer first and la…
-
I am trying to implement will_filter in my rails app and I am getting the following error.
WillFilter::FilterException in Call_logs#index
Showing C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems…
-
データ構造とアルゴリズム苦手で勉強も挫折してるので木構造の操作入門がほしい。
ひとまず動く、で何とか進めているけど、[AdventCalendar - segmentio/dekuのコード読んで自分でも仮想DOMのdiffアルゴリズムを書いてみた - Qiita](http://qiita.com/mizchi/items/d21bb598156821131b8c) こういうの見ると、結果だけ見る…
-
OK, so continuing the discussion about PR #17, I agree with your assessment that having the external_pipeline run is the behavior you would want 95% of the time. It makes sense that should be the defa…
-
This looks interesting but there is no documentation or demos in the project
-
I like that Flow encourages using a custom attribute (`flow-id`) rather than regular `id` for selecting elements, as it decouples logical selection from CSS styling selection, thus should be more flex…