Willow

Results 263 comments of Willow

I will explain our use case here, perhaps it helps maintainers. At the moment we are using Rollup for release builds and Nollup for debug builds. Nollup doesn't work that...

I've found the problem "BarChartView not displayed because it is too large to fit into a software layer (or drawing cache), needs 15913800 bytes, only 8294400 available" Not sure how...

@diogobernardino I temporarily solved this by setting `android:layerType="software"` on the ScrollView. Animations may be not as smooth, tho, so it's only a workaround

@JSMonk isn't it significant whether the key is present or not?

My 50 cents: in Rx stream is closed when it receives Completed event so basically when any of the parent streams are closed `flatMap` and similar operators swallow inner Completed...

Indeed, we can add some other way to end stream with dependent functions, either with another argument to `end()` or with another function. API could become more confusing but this...

@isiahmeadows thanks for looking at it! That's why I propose to do it before the next release - while it is undocumented behavior existing code relies on it and there's...

@isiahmeadows oh, neat, then it got broken when we updated Mithril :sweat_smile: I'm okay with adding a reference to the parent. While it's a cycling dependency, there should be no...

I want to point out that besides generating TS types we have working declarations at Tutanota: https://github.com/tutao/tutanota/blob/master/flow/libs.js#L16 and we would be willing to upstream them It's a little bit of...

I just want to point out that they *made* it wider, in fact it's *too wide* and that's why it doesn't match. You can make the same change in the...