Oleksandr Rodik

Results 7 comments of Oleksandr Rodik

any updates? I've had the same issue and `fetchPolicy: "no-cache"` helped, but now I can't trust this cache at all

Would be great if we had something like this ```js queryUser({userId}, q => q.messages({offset}, message => message.likes) .birthday({format}) ) ``` How possible is it to implement such functionality?

Hey folks, looks like @sindresorhus has forgotten about us 😄 I've created a library for focus mode management https://github.com/arodik/macos-focus-mode

Hey folks, I've created a library for shortcut-based focus mode management. https://github.com/arodik/macos-focus-mode @vitorgalvao I've used your shortcut if you don't mind) Thank you 🎉 🎉 🎉

Thanks! Will fix it when I have a bit of free time :)

Optional chaining support. This missing feature prevents me from migrating my projects :(

Guys, do you load the frames script lazily or statically by simply including it into the Head section? We inject the script lazily and have this error, only on iPhones