Oscar Franco

Results 141 comments of Oscar Franco

Cross-referencing with: https://github.com/iamkun/dayjs/issues/1377 Timezone support seems broken with Hermes/Intl. Has any one got this to work?

Cross-referencing with: https://github.com/iamkun/dayjs/issues/1377 Timezone support seems broken with React-Native Hermes/Intl. Has anyone got this to work?

Heyo, I'm on RN 0.70.1 and facing issues with timezones on iOS (haven't tested Android yet). I would like to get the timezone in relative GMT format, I've done the...

> > There may still be some hair on this after reading through everyones comments, but here is a stitched together polyfill implementation to include in your top index.js file...

At least on RN 0.70 the Intl API has been implemented for Hermes on iOS. I don't know if there is some incompatibility with RN or not, but all the...

hey @LukeChannings did you get this to work, I also need to start a websocket server inside of my application

oh wow, that is fairly complicated... do you maybe have a snippet for a very simple ws server implementation? I would be really thankful

I managed to get this working by not using standard or standard js, but by manually installing the rule set and using a `.eslintrc.js` file where I could turn this...

While I cannot talk for the community at large, the `!` is very convenient I have also worked with flow codebases that uses the equivalent of `ts-unwrap` which is `invariant`......

ok, it seems like I've been using the `useEditor` hook very wrong, as you can see I was using an imperative handle to try to set the content of the...