Bazyli Brzóska
Bazyli Brzóska
TS-only: - using Closure Compiler thanks to type annotations https://github.com/angular/tsickle - runtime type checking https://github.com/gcanti/io-ts Flow-only: - runtime type checking https://codemix.github.io/flow-runtime (future also possibly TS)
mention some myths: - easier to convert to when using flow - flow better with React - TS is different language vs Flow only adds typings
Hi Stephen, This seemed like a pretty useful concept, however - when I tried it and enabled the plugin, the build times went from 160 seconds to over 1000 seconds...
This is a: - [x] Bug Report Which concerns: - [x] babel-plugin-flow-runtime --- ### What is the current behaviour? Currently, a file that contains type annotations, but no `@flow` pragma,...
One of the significant limitations of `beemo` today is that you can't create drivers that make configs from non-serializable configurations, e.g. that include classes/instances or functions in the configs. I...
Hi Miles! First of all, amazing work on the package, loving the work so far - thank you! 🙇 Since writing drivers isn't documented, after a lot of trial and...
Hi! This is such an awesome project! 🙇 I was wondering how hard would it be to add hand rotation tracking? My use case is turning virtual knobs in the...
I have a feature request. [IcedCoffeeScript](https://maxtaco.github.io/coffee-script/) is a superset of CoffeeScript and its main addition are two new keywords: `await` and `defer`. It would be great if we could transpile...
I have global deoptimizations caused by some legacy AMD modules. The deopt is "Dynamic use of require", even though there is no dynamic require, because the `require` variable was overwritten...
Hi @RSenApps, amazing work on the app so far. I was wondering - what is the technical challenge to get Return to Previous App working in Google Now Launcher? It's...