nothingismagick

Results 214 comments of nothingismagick
trafficstars

I just saw this today, might be interesting to keep track of: https://webkit.org/blog/11353/mediarecorder-api/

See this issue: https://github.com/tauri-apps/wry/issues/85#issuecomment-823499749

Thanks, this is indeed something to think about. We may actually even need to push this one crate lower in the chain to `tau` - but let's hear what @wusyong...

Now, this isn't a solution per sé, but you can always consider overriding the context-menu (ctrl-click) and the ctrl-r hook. That said, I think that we will probably have to...

Also, in the context of apps, I am not sure that a "refresh" action will even really always make sense. Its like - you have a memory crash so reload....

So it seems the backpressure is just flaky. Sometimes when I run the test everything passes, sometimes 2 fail. ``` L1786: assert.equal(backpressureHistory[14] > 8, true); L1834: assert.equal(backpressureHistory[14] > 6, true);...

Yeah - I sort of thought that was the case. I see a couple solutions (if you think its important to have all your tests passing): - split out this...

I have faced this in rust projects recently too, and I never want anything other than a strict pin within the confines of the monorepo.

This line is bothersome: "ipfs-pack is only a spec at present, but the hope is to implement it imminently." Furthermore, the spec.md appears out of date. It is not machine-readable...