Doug Mayer
Doug Mayer
Are you still having this problem? I can mark the location as internal without issue.
I'm not getting a crash, but I'm catching this JS error when I call `NativeStorage.clear()` with [email protected], [email protected], and [email protected] and 2.1.0. Reproduces for me on the device and simulator...
@riyadparvez Are you creating your own class that implements `IColumnType`, as in @lirispp's example linked above? Could you override `valueToString` with your own custom `Iterable` handling before handing off other...
Interesting - `ColumnType` is a pretty light abstract class implementing `IColumnType`, and I'm able to `override fun valueToString(value: Any?): String` on the latest released version of 0.12.2.
+1 for this - running a large suite in 1.9 is painful without this fix.
Thanks for the context! Before opening this issue I'd poked around previous issues and saw you had some misgivings on the current functionality, so I was worried this may be...
I'm not sure JRuby works as described with Drip pre-JRuby 1.7.2, as the DripMain class hasn't been around that long (https://github.com/jruby/jruby/commits/master/src/org/jruby/main/DripMain.java). The changes in your PR #56 are almost right......
For anyone else that may be confused by this, adding a templates/sitemap.builder file isn't enough - you also need to add a templates/pages/sitemap.rhtml. Once you have BOTH, you can access...
@mariszin I'm able to reproduce this with all helpers, not just Capybara specs, so I think it's a legitimate issue.
I think I'm seeing the same issue. For me, it stems from the fact that my RSpec.configure block (from spec_helper) isn't being called between tests, since my spec file uses...