Results 191 comments of Manuel

This fixed it for me: (using **uglify-es** with gulp-uglify) https://stackoverflow.com/a/47339387

Thanks for this thread - helped me to figure out why my dag import was hanging. I did also find out that I actually want to upload a CAR which...

I need this! :+1: Sadly, @nathanielc closed [the only PR](https://github.com/influxdata/flux/pull/3322) for this. The best workaround I found is based on the `map` as seen in the comment above, but then...

Please don't burn me :fire:, but I managed to get this to work without hardcoding values: I fetch distinct values in a different query and hacked my way around flux's...

Well does a dummy comment count as meaningful activity? 🤓 (PS: I still need this)

Also: I don't find the Fetcher source code (is it not part of the v2-sdk anymore?)

If this appreciated I can also contribute more examples as I continue to figure stuff out in my HackFS project: https://gitlab.com/onezoomin/ztax/solid-edge-tree/-/blob/9e70b9ccdf4f3f3c542e179de5f199a095077524/src/ipfs/web3storage.ts#L117

I also would prefer to be able to do something like this: ```vue ``` ([`role=button docs`](https://www.w3.org/WAI/PF/aria/roles#button)) ...but I get your point with using a semantic tag like ``, so here...

Is there any way to configure this now? A flag to set `assume-healthy-at-start=false` as long as you don't change default behaviour? Or do you have hints for me to submit...