Artem Medvedev
Artem Medvedev
> Can I create a table repeate multi-row like this: If I understand you correctly, you can try using `repeatDocPart(List objects)` function, like `repeatTableRow`, but highlighting the desired area (it...
That would be really very helpful! :+1: I already thought about this, the only thing is not always clear how to automatically classify PR (Added / Changed) :thinking: In fact,...
I also actively use conventional commits in other projects, so I would gladly vote for this idea 🙂
Try this command: ```sh curl -sSfL https://raw.githubusercontent.com/dotenv-linter/dotenv-linter/master/install.sh | sh -s -- -b usr/local/bin ``` You actually passed `-b` to `sh`, so `usr/local/bin` was considered as argument (i.e version) You have...
@dotenv-linter/core it would be nice if we add `version`(argument) pattern check (that it matches semver)
Not really 🤔 This is a legal situation where the data has been fully received and server has also returned the CANCEL code. But now, the client receives the entire...
To be clear, `reqwest` successfully received headers and formed the `rewest::Response`. But when we tried to get the response body (`reqwest::Response::bytes()` -> `hyper::to_bytes()` -> .. ), we got this behavior....
It looks good to me too. But how do you propose to implement it? 🤔
Hi @aembke Is there any news/progress regarding the issue?
Hi, just to clarify, could you provide a small example with the expected behavior?