Yannick Lacaute
Yannick Lacaute
Indeed ! In fact we need to remove `!important` at 2 places : ```css #main-panel > pre { font-family: Roboto Mono,monospace !important; } :not(div.ace_editor) { font-family: Roboto,sans-serif !important; outline: 0;...
Neither spread properties or object assign is working, is there a workaround ? https://reactcommunity.org/react-docgen/ ```jsx import React, { Component } from 'react'; import PropTypes from 'prop-types'; class MyParent extends Component...
The problem still exists in 5.3.9. This code: ```jsx ``` is transformed to: ```jsx ```
I ended up this following workaround : ```xml io.rest-assured rest-assured 5.2.0 test org.apache.groovy groovy-xml io.rest-assured xml-path 5.2.0 test ```
Yes I understand better, this is a convenient way to build whatever version of hiptest publisher from source, without depending on the gem package. I still don't get it for...
By pipeline I would mean Jenkins, your continuous delivery workflow, which could be : 1. Build + Tests + Git Tag / branch, whatever... 2. Generate a new Ruby package...
I don't recommend this feature, you should use API to keep control and ensure a valid update. But if you plan to implement this feature, please add it with an...