Irakli Gozalishvili

Results 654 comments of Irakli Gozalishvili

This does not seem ideal as per docs https://mozilla.github.io/pdf.js/api/draft/module-pdfjsLib.html > By default fonts are converted to OpenType fonts and loaded via font face rules. If disabled, fonts will be rendered...

Some poking around debugger also showed that font that causes error is 'Courier' with 'monospace' fallback. However there seems to be no compiled glimpse and that is why those errors...

I think there are several options to go about addressing this issue so I would like to list them here to gather some additional feedback. 1. Use built-in [`contents.savePage`](https://www.electronjs.org/docs/api/web-contents#contentssavepagefullpath-savetype) API,...

> This is an interesting idea. Thinking out loud here, but what if / was navigation but \ was the command list? We had a similar concept in browser.html actually....

I thin there is a lot of useful notes in this thread. I would propose organizing it in a following manner: - Use cases that is not possible with existing...

@lgrahl thanks for bringing this up! I’m also not the best candidate to present on DHTs, but I’ll make sure to find someone. We’ll also bring this up at dtn.is...

@feross you do have experience with both WebRTC and it’s shortcomings in the p2p context, would you be compelled to engage in this (referring to WebRTC next mention earlier) ?

@lidel From my prior conversations with dat / ssb folks I'm under impression that they don't care about dweb scheme as dat:// encompasses all of the dat and same for...

I would personally prefer `web+ipfs://` and `web+dat://`, I don't think `d` prefix communicates anything useful.

> @Gozala what does web+ipfs:// or web+ssb:// give us over just ipfs:// and ssb://? Former is universally supported across all browsers today (See https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler). I was responding to the @RangerMauve's...