Rick Pastoor
Rick Pastoor
Would be great to update the boilerplate template and straight this out. For example this part: ``` html /* Some sensible defaults for images 1. "-ms-interpolation-mode: bicubic" works to help...
It appears that the patch by @thedeeno no longer works with cucumber 7.0.0. Investigating further, but if anyone already found the solution I'd love to hear it :)
This patch works for me: ``` module Cucumber module RunningTestCase class TestCase < SimpleDelegator def feature string = File.read(location.file) document = ::Gherkin::Parser.new.parse(string) document.feature end end end end ```
Thanks @aurelien-reeves! The feature name is used by VCR to name the cassettes of auto-recorded interactions with third parties. If there's a better way to do this I'm more than...
+1 on this one, would be great to have support to trigger time sensitive notifications.
Any thoughts on this one from the Expo team? Would be great to get this fixed so we can do more things with our custom fonts!
I get that, but wouldn't it be great if both are supported?
Same here. Reverted to 0.7.0 but I guess there the signing isn't working correctly.
Gentlemen, do you happen to have an update on this? I'd love to move to the new signature version.
Running into this issue as well, where I'm trying to calculate the start of a given isoWeek. When crossing DST, the calculation starts returning strange results.