Omer Zach
Omer Zach
I'm on Aphrodite 1.2.1. I have ``` const Raleway = { fontFamily: "Raleway", fontStyle: "normal", fontWeight: "normal", src: "url('https://fonts.googleapis.com/css?family=Raleway') format('woff2')", }; ``` This works: ``` const styles = StyleSheet.create({ title:...
I have ``` const i64 MaxTotalAttachmentBytes = 10000000000 const i64 MaxCoverPhotoBytes = 50000000 // 50 MB ``` in my Thrift and get the following when I compile: ``` Omers-MacBook-Pro:sigma-monorepo-2point0 omer$...
Now that Flow supports opaque types could Relay's generated Flow use opaque types for scalar types? https://medium.com/flow-type/hiding-implementation-details-with-flows-new-opaque-type-aliases-feature-40e188c2a3f9