Brendan Berkley

Results 8 comments of Brendan Berkley

Good feature request. In the meantime, I did this: ``` const callback = () => { const nextPageLink = document.querySelector("[data-paginate-next]"); const pageCount = nextPageLink.getAttribute("href").split("?page=")[1]; if (typeof pageCount === "undefined") {...

I'm having this problem as well. Facebook auth works fine so I have to think that I generally set everything up okay. I am able to link to the Twitter...

I tried a solution for Facebook auth on Android where I had an event listener for AppState. But going into the Facebook screen doesn't seem to change the app's state...

Just came to the Issues page to see if anyone had mentioned user-select. Thanks to those in the thread for bringing this to light and discussing it!

Exactly the same as your demo, but portrait mode would act as though brim doesn't exist at all. On Thu, Oct 1, 2015 at 5:57 PM, Gajus Kuizinas [email protected] wrote:...

I'm wondering this as well. In particular, I'm looking to implement a design where the dropdown opens underneath and remains there while you scroll. Even if `Select.Portal` did what I...

Just got this as well.

It'll look something like ```tsx import { PhysicalSpotLight } from "three-gpu-pathtracer"; extend({ PhysicalSpotLight }); ``` If you're using TypeScript, you'll have more problems, because 1) three-gpu-pathtracer [doesn't have types yet](https://github.com/gkjohnson/three-gpu-pathtracer/issues/18)...