Reed Trevelyan
Reed Trevelyan
Sure, ``` Capybara.save_path = "features/failure_screenshots" Capybara::Screenshot.prune_strategy = :keep_last_run Capybara::Screenshot.register_filename_prefix_formatter(:cucumber) do |example| "screenshot_#{example.name.gsub(' ', '-').gsub(',', '_')}" end Capybara::Screenshot.append_timestamp = false ``` I'm using save_path instead of the alternative because of a...
+1, extremely frustrating.
I haven't worked with typescript before, but I could certainly learn a little and try to contribute. So you're suggesting a file like `colors.ts` that the user adds to define...
So you're suggesting we remove the `isColor` check from `getColorModifiers` to allow any color to work with the function, in which case would it look like this? : ```typescript export...
Has anyone else been able to solve this? My tables created through the cli end up in us-east-1 and do not show up in the GUI, but I do not...
^ fixed above, the solution was to add the `-sharedDb` option when starting Dynamo local. This removes the segmentation by environment/access key.
Bumping with a related fix: I also ran into this same problem, however I am using a custom source directory. With the config setting `source: ./src` I had to also...
I'm having this same problem as well, but PyOpenSSL is not installed. Also using Flask 0.12, Flask-SocketIO 2.8.6.
@joseph3114 can you add tests?