smartm0use

Results 37 comments of smartm0use

There is still no support for Broadcast and Unspent outputs? ![screenshot from 2018-01-30 15 41 33](https://user-images.githubusercontent.com/5399265/35572102-2d0b4ea6-05d4-11e8-959f-02db75dfab99.png)

I had to import `src.css` files instead of `min.css` files because of this difference (see screenshots in the links): ``` ``` [Minified CSS](https://i.ibb.co/dDtM3BD/min.png) ``` ``` [Source CSS](https://i.ibb.co/S5WVCmy/src.png) As you can...

According to this [article](https://github.com/WP-API/node-wpapi/blob/master/documentation/_posts/2016-08-15-create-a-post-with-featured-media.md) I have tried another way: ``` let responsePostCreation = await wp.posts().create({ title: 'This post has media, tags & categories!', content: 'Excellent and compelling demonstration' }); let...

Here is my working code: ``` // Preparing to download image from internet let downloadFile = (async (url, path) => { let res = await fetch(url); let fileStream = fs.createWriteStream(path);...

Isn't Midori based on qtwebkit as well?

If I want to submit this issue to their repository, can you tell me what is the best place to do it?

Imho, since qtwebkit is deprecated, you should anyway switch to qtwebengine to keep Quartz browser updated.

I see, thank you for your support, I really appreciate it.

Hello @roundminer, sorry for resuming this old post. Are you able to restore the testnet support to Coinbin wallet?

Any news about Draggable development and new stable versions?