Mark Gaiser

Results 120 comments of Mark Gaiser

That is quite likely a language issue. Yes, weird, i know. But i had the very same issue and a missing language environment variable was the cause of it. Look...

I have the very same issue, also on nvidia 361.28. I've set __GLVND_DISALLOW_PATCHING=1 as system wide define (since more apps won't start without that line). Compton gives me a "Failed...

@arbu Thank you very much, setting __GL_THREADED_OPTIMIZATIONS to 0 works indeed. However, i had set it to 1 for some other bug some time ago (not compton related, but video...

+1 to this. I'm also facing the annoyance of a torrent downloading at a few kb at most (if any at all) and sucking up my upload bandwidth completely. And...

``` const { create } = require('ipfs-http-client') const client = create(); ``` where the project type is nothing or commonjs (nothing defaults to commonjs) gives the same error. Currently that...

I'm curious about this one too. I did try exactly as @Gozala suggested with a multi-gigabyte-file but always seem to be getting a `code: 'UND_ERR_TRAILER_MISMATCH'` error. The full stack trace...

> Until we have docs and a few test cases for it, it is hard to judge if this works 100% correctly. Sure thing! But i do think i need...

Hi @bagder, sorry for not being active! This is definitely on my list of things to work on further and complete this implementation. I'll update this pr soon. Definitely still...

Could you re-open this PR? I apparently don't have the permission for it. I pushed a new commit (https://github.com/markg85/curl) with lots of fixed based on your review.