Joshua Jackson

Results 11 comments of Joshua Jackson

@scriptify Ah that would be better than enabling it out of the box. Will keep up to date 🙌

@scriptify Sounds awesome, really excited for this as I can see it being really useful for so many people. I will aim to contribute if I ever can :D (although...

👋 Sorry just noticed this in my emails @shaibebe ...I had this issue with the blank screen showing after sending...using a deeplink like: `https://outlook.office.com/owa/?path=/calendar/action/compose` does not have this issue. It's...

@shaibebe I might be mistaken but I believe it works for live too. (if not, then maybe just replacing `office` with `live` might work?). Hopefully you can get it to...

Hey, I found this issue too, you can encode spaces using new line (`%0A`) and then use `` for any new lines. Not sure if it is better than your...

I'm also getting this issue, but it stops the production build from running, does that happen for you too?

Are there specific libraries you want to integrate it with, or just create sub package for as many as possible?

Yes that makes sense, try and make it as modular as possible. I like the idea of this project so I will keep up to date and if I can...

👋 Hey @v4iv did you ever figure out a way to get access to translations inside of the Head export?

👋 @v4iv ...just incase this is useful to you. Our workaround to accessing the translations inside of the Head export is to create a hook called `useHeadTranslation()`: ```js /** *...