Chris Bobbe

Results 39 comments of Chris Bobbe

Please consider PR https://github.com/prettier/prettier/issues/7111 ("JS: Break lines before binary operators (fixes #3806)"). https://github.com/prettier/prettier/issues/3806#issuecomment-1104635354 is a nice status summary for this long-standing issue.

The answer to the following would also be great to document: are `x` and `y` relative to the top-left of the whole screen, or to the top-left of the parent?...

A more principled, long-term solution to this is open in the Flipper repository as https://github.com/facebook/flipper/pull/1171. In particular, I'm inclined to agree with this [comment](https://github.com/facebook/flipper/pull/1171#issuecomment-671070610) from the author: > it strikes...

Thanks so much for your quick response, and for this very useful package! Yes, we are using the default `tx.softDelete = false`. If it's relevant, we are using Simple Schema,...

Oh nice! So I don't have to manually extend my schemas with that, it sounds like. Let me know if you have a general idea of what should be done,...

I'm getting this, with React Native 0.59.1 and react-native-obfuscating-transformer 1.0.0: ``` info { Error: Cannot find module 'metro/src/reactNativeTransformer' info at Function.Module._resolveFilename (module.js:548:15) info at Function.Module._load (module.js:475:25) info at Module.require (module.js:597:17)...

The only place I can find `metro/src/reactNativeTransformer` is on a fork of Metro by Invertase: https://github.com/invertase/metro/blob/81762b72e4cd3950171b4d90906740007736f6d6/packages/metro/src/reactNativeTransformer.js

First: What version were you on before upgrading to 0.8.1? Also, have you tried switching all of your iOS dependencies to CocoaPods, or at least React Native and anything that...