Results 21 comments of Alex Kit

Dear Team, any chance to get this merged? I would like to start creating components demos, and the highlighting would be essential. Thanks

I would suggest to handle this via the configuration flag, for instance `--document`. We use `mammoth` in a bash script to convert a lot of docx to html. That's why...

You are right, that it is easy to find a solution for this. But such a feature should belong also to the library. As converting word document to html, it...

Hi @wackerow, thanks for your message! Yes, the project is pretty new, and we haven't really pushed it out there much in terms of marketing. Despite the low npm downloads,...

Still no progress on this? For chat applications it is quit annoying for the user, when he/she is actively chatting, but still sees all the push notifications. Are there some...

@chetansatasiya We use Cordova SDK, and there is `OSInFocusDisplayOption.None` option. ```ts oneSignal .startInit(opts.appId) .inFocusDisplaying(this.oneSignal.OSInFocusDisplayOption.None) ``` Unfortunately, I don't remember if we have fixed or had a workaround for the web...

If this happens during the `removeObsoleteArtifacts` phase, it means the artifact in the `cache` folder exists, but doesn't exist in `artifacts`. This is somewhat a rare case, as two conditions...

Hi @nikkolasg, in the new version (0.10.38), I have changed the file opening mechanism to use the shell feature. Could you please recheck to see if it now works on...

_By the way, if the auto opening doesn't work, you could also open and edit the file manually: `/home/ubuntu/.dequanto/config.yml`_

Thanks @nikkolasg, the command was indeed missing. The new version (0.10.38) now supports it: `0xweb c list` - lists all installed contracts. Does it work for you?