heimindanger

Results 41 comments of heimindanger

this is an annoying bug and probably will would happen again if we had more menus (ipfs gateways, more video formats, etc)

This needs to be done on https://github.com/dtube/embed but I agree

Yes you can. Just use the iframe code provided on our website like so ``````

No, in fact a json field (just like on the comment operation) would be more flexible. Comment and Transfer have already two different 'custom ways' to write information on the...

Okay that's actually cool. This solution works for identifying the UI casting the vote example I listed earlier. But for the two other use cases, where I want to use...

@mvandeberg I think SMTs votes should function like the normal votes in order to keep things simple. However I really believe it would add value, similarly to why having a...

The links are this way so they work on the 'Help' in-app version (see https://d.tube/#!/wiki/faq/README) I agree link should still work from GitHub and it could, but requires a small...

Are you suggesting that @dtube should run an ActivityPub server as well? Or just plug the UI into the existing ones? Could you give a javascript example of how to...

Changing the user-agent to 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)' in lib/fetch-page.js fixed the issue for me. Somehow wish we could pass the User-Agent option directly from the fetchVideo(id, opts)