Moti Zilberman

Results 37 issues of Moti Zilberman

Previously, Flow `import type` specifiers would erroneously be treated as creating value bindings in a scope. With this change they are correctly added to `scopeTypes` instead.

See `FIXME` comments in [`test/fixtures/hoist-out-of-loops/actual.js`](https://github.com/motiz88/babel-plugin-transform-hoist-nested-functions/blob/1f846bb/test/fixtures/hoist-out-of-loops/actual.js).

I'm trying to implement the RN [Share API](https://facebook.github.io/react-native/docs/share.html) on top of the [Web Share API](https://wicg.github.io/web-share/). The latter is not available inside workers and [must be triggered by user activation](https://html.spec.whatwg.org/multipage/interaction.html#triggered-by-user-activation), so...

discussion

Hey there, just wanted to share this early implementation of [``](https://facebook.github.io/react-native/docs/slider.html) based on ``. I've not begun to tackle styling in any way and there are probably a dozen other...

Pull requests have all the discussion, tagging, search, project management, and other features of issues. But often, in a `gren`-enabled project, I'm still forced to create a separate issue when...

enhancement

This issue tracks known bugs in the implementation of `allowOptionalDependencies` in https://github.com/facebook/metro/pull/511. While `allowOptionalDependencies` is off by default in Metro, it is on by default for apps built using the...

bug
do-not-reap

Summary: Adds stubs that allow Metro bundles to error gracefully if `experimentalImportBundleSupport: true` is used without swapping out `asyncRequire` for a compatible implementation. Differential Revision: D30579830

CLA Signed
fb-exported
Shared with React Native Team

### Background I'm encountering a similar issue to #21 (only it's on Travis rather than CircleCI). `ssh`ing into the build worker and tweaking `appr/index.js`, I am able to get it...

This is what I am currently using as an implementation of #9 (my own feature request :smile:). Of course, the _real_ `javax.sound.midi.MidiSystem` will probably never be extended to support hot-plugging...

The non-standard listener API described in [this old wiki entry](https://github.com/kshoji/USB-MIDI-Driver/wiki/javax.sound.midi-porting-for-Android#how-to-use) seems to have been removed, and so it is no longer possible to detect device (dis)connections at runtime. Any chance...