Chris Cowan
Chris Cowan
In that case, it seems like `type: "bytes"` should be removed from these three problem spots since the function of having it is to allow byob-mode readers. (Removing this would...
Just tested in 1.30.0 and it looks like this was solved for streams returned by `fetch`. I can see that they're now proper `type: "bytes"` streams that correctly handle byob-mode...
I found another place with bad water transparency layering: "Abyss of the troglodytes" (d2m8) of [Dwell](https://www.slipseer.com/index.php?resources/dwell.21/) v2.2. Here's a save looking right at the issue: [s2.sav.zip](https://github.com/Novum/vkQuake/files/11316013/s2.sav.zip). 
At Streak, we ran into this and found it can happen with as few as 550,000 rows at 32 row height (17.6m px total height), and the issue happens specifically...
In order to undo the replacement currently, you have to pass a stream (using Kefir or RxJS) and then have that stream emit null. The `replaceDate` and `replaceDraftLabel` methods act...
> The decorator would have similar behavior to the initial value in a `var` statement. ES6 is adding let and const because they weren't happy with var's semantics. Those variables...
Do you have many javascript files that don't use Flow? (Do you think it might be common to have many non-Flow .js files in projects using flow-copy-source?) This feature wouldn't...
Here's an example of a project using flow-copy-source: https://github.com/StreakYC/react-draggable-list/blob/7e2bc3cfbef39ef092bc3a58c534cdb3bbc67e5b/package.json#L8. Having a prepare line like this run rimraf on the output directory and babel and flow-copy-source is how I'd expect flow-copy-source...
Yeah I'm having the same behavior too. http://blog.curvegrid.com/daysofblock/2017/05/11/daysofblock-01-evmdis.html makes it look like you are in fact supposed to pass the input through stdin, but my results match up with you...
Yep, it was the newline at the end! Works great when I cut that out, thanks!