Ambroise Rabier
Ambroise Rabier
Based on @jeff1evesque and @nickmccurdy answer: *package.json* ```json "scripts": { "ci-process-cover": "cat coverage/lcov.info | coveralls" } ``` *jest.config.js* ```js module.exports = { "collectCoverage": true // ... } ``` *.travis.yml* ```yml...
Any update on this issue ? I would love to use mermaid with docusaurus. I don't know how you figured out, that the problem is with the file save location,...
Any update ? None of the code bellow is working, I need to allow an empty string or an url: ``` @IsDefined() @ValidateIf(e => e !== '') // expected to...
Hi, the documentation proposition for hook and class isn't working as I expected: ```jsx const text = useRef(''); const handleChange = evt => { text.current = evt.target.value; // /!\ Won't...
Up, for example I have this case: ```typescript // Having at least one of the two set. @ClassLevelValidator(post => post.articleId != null || post.externalLink != null) export class PostDto {...
@peixin I love to, but, I have as much right as you on this repository. We need someone with write access.
Seem related to https://github.com/imagemin/jpegtran-bin/pull/90.
I have the same issue (or similar ?). When making a simple Square, it seems to re-order the "Contour" incorrectly. ```c# // correct order Vector3[] init = new Vector3[] {...