Daniel Leong
Daniel Leong
@nileshtrivedi Happy to have that if you would put in a pull request for it?
Would love to contribute if I do have the time. Made an attempt with the latest videojs release, and the video size shrinks within the modal window.

:+1 for mediaelement.js
You should be able to do this ```ruby module RubyJmeter class DSL def json_path_assertion(params={}, &block) node = RubyJmeter::JSONPathAssertion.new(params) attach_node(node, &block) end end class JSONPathAssertion attr_accessor :doc include Helper def initialize(params={})...
Not sure if this is related, but the parser does not do json body parsing properly. https://github.com/flood-io/ruby-jmeter/blob/91d3cad535ac95930c3698e844647f744caa58b6/lib/ruby-jmeter/helpers/parser.rb#L80 From a jmeter generated jmx, the double quotes in a json body should...
It would be good to include them, but I was considering the fact that those could be added as layers by the other parties that needed it. I guess there...
Have not looked into things since. The chat seems to be working for me now.
Just listing some of the previous tickets that mention the same issue. #529 #652
Been looking at latest commits from this project and it seems like docx have been the focus? @PeterStaar-IBM Any progress on this?