Hargunbeer Singh

Results 7 comments of Hargunbeer Singh

> do you have any specific suggestion what we should add @hamiecod ? Some of the features that I currently have in my mind are: - **Formatted Headings:** The headings...

> So I don't know about the usefulness of this. Figlet formatted headings give a somewhat fancier look to the slides. They also emphasize the heading, a heading with a...

``` mkdir /tmp/{test1,test2} /tmp/test2/test3 touch /tmp/test2/test3/test3.json cd /tmp/test1 croc send /tmp/test2/test3/ 2021/12/06 17:27:28 remote directory must be relative to current ``` I executed the above commands and noticed that the...

For the time being, you can use `*` to send all the contents of a folder without encountering the above mentioned error. ``` croc send ../test2/test3/* ``` This above syntax...

Hey, I tried to look into the code issue that was causing this problem. A bug doesn't cause this issue, it is rather a feature that causes this error. The...

This error is not Windows specific. It is a duplicate of #431.

The code written for the data encoder using steganography doesn't support some PNG files as they have blank pixels and the code was written to encode data in an image...