Severin Ibarluzea

Results 185 comments of Severin Ibarluzea

I've also had this issue, but not consistently across all my pages. I speculated that it might be caused by "one extra pixel" on the bottom of the page, so...

@sami-tauseef is this good to merge?

Hey @sami-tauseef, just checking in. Is there anything I can do to get this merged?

In the network tab of developer tools, the failing request is a request to `POST https://moufette.universaldatatool.com/graphql`, fails with 400 error. Here's the response: ``` {"errors":[{"message":"Variable \"$property\" of required type \"ID!\"...

We didn't, we just left the defaults in!

I was a bit lazy, to fix the types I just created a `parsel.d.ts` with the following content in the root directory of my project, I also exported some of...

I was able to fix @KutnerUri's issue by bluring and refocusing `document.activeElement`. Obviously a very hacky solution but could be a clue as to how to fix the underlying issue....

This is probably because we updated the dataset with more images recently. Thanks for letting me know!

For those wondering how to install @msembinelli's package, just run the following: ``` npm remove use-auth0-hooks npm install --save "github:msembinelli/use-auth0-hooks" ``` Thanks @msembinelli for putting it together, it seems Auth0...

Hi novicecivon, thanks for reporting. This repo isn't under active maintenance, but I would accept a PR :)