Danilo Bürger

Results 64 comments of Danilo Bürger

What if i want to store it as a 16 byte blob instead of a 36 byte string?

It doesn't really matter how it is received as this library stores it in a 16 byte array. So even if I did receive it as a string from a...

Postgres handles this fine as well. You can exec / query with either string or byte array. On the console, it displays the UUID type as a string.

@satori Thanks for the link. Support for binary protocol in lib/pq was added here: https://github.com/lib/pq/pull/357. It is a bit annoying to always call `Bytes()`. Maybe there is a better solution...

@gpbl Thank you for providing this awesome repository. I made a loader that does exactly what you need to reduce `IntlUtils` to a minimum. See https://github.com/danilobuerger/react-intl-loader

@gpbl yes, only with 2.0 as it requires the `addLocaleData` and i didn't bother with switching between those.

But i guess if you need to support 1.x as well, it would be a very simple case to just check if `addLocaleData` exists... i could implement that if needed

@gpbl if you do, you should also consider redux, would reduce a lot of additional boilerplate related to intl

This doesn't seem to work once use_frameworks! is disabled: ``` [!] The following Swift pods cannot yet be integrated as static libraries: The Swift pod `react-native-blurhash` depends upon `React-RCTImage`, which...

I would say this should be static only