Kai Krakow
Kai Krakow
I think I found a work-around for this by using this coffeescript code: ```coffeescript @editors = $('textarea.markdown-editor').map -> editor = woofmark this, defaultMode: 'wysiwyg' html: false parseMarkdown: window.megamark parseHTML: window.domador...
This is how other editors work: They hide the original textarea, then keep it in sync with the editor.
I'm having issues, too. Maybe ipfs should take two connection pools and migrate peer connections from a bad quality pool to a good quality pool by applying some heuristics to...
@dsvi I wonder if they use their own routers because the page times out upon request... ;-) But please do not suggest that: Many people are stuck with what is...
A work-around could be to limit the number of *opening* connections (in contrast to *opened* connections) - thus reducing the number of connection attempts running at the same time. I...
@Stebalien Curious, since when? Because I noticed a while ago that running IPFS no longer chokes DNS resolution of my router...
@hsanjuan No, it's a Vodafone DOCSIS 3.1 router, 1 gigait connection.
I guess it should simply be pointed out that `bootstrap.sh` is not to be used for packaging. I usually avoid such scripts even for a simple one-shot installation directly from...
The problem is how some distributions start the systemd bus... It should not be started by the Xorg script. I think it should be included in PAM. In Gentoo there's...
One other note: Can't we just make the service dbus activatable instead of autostarting with the session? Systemd has support for this. I could come up with a PR for...