Jota Carpanelli
Jota Carpanelli
Hello there! do you have any news about the responsive implementation?
Hey @hakoai! Sorry for the late response, and thank you for contributing :smile:. I'm gonna make some room on the weekend to review this feature!
Hey @SweetMNM! Thanks for tackling this! Looking forward to reviewing that PR :slightly_smiling_face:
Hey @SweetMNM, I noticed you have been improving `spinnies` a lot in your fork! Do you plan to create a PR soon?
Hello @muuvmuuv! I didn't know about `kleur`! I just took a look at it and looks great. Aside from the fact that it's smaller than chalk, is there any other...
Hi @devmondo! Thanks for raising this issue. I'm not being able to reproduce it, but I believe that this might have something to do with using `chalk` (I noticed different...
Hi, @devmondo! I've just released a new version, v0.4.0. Could you please confirm whether your issue has been fixed or not? If not, I'll have to ask you more info...
Another question @devmondo! Are you adding line breaks to any spinner message using `\n`? Something such as: ```js spinner.add('foo', { text: 'hello!' }); spinners.update('foo', { text: `hello\nI'm\na\nspinner!` }); ``` And...
Ok, great! I've just released `v0.4.2` with a small fix when using `\n` characters. Now your problem should be only caused by those `console.log`s.
The problem seems to be that you are specifying a contract name to a command that doesn't receive any arguments :-). From `npx zos push --help`: ``` Usage: push --network...