George Cartridge

Results 10 comments of George Cartridge

> noticed in the documentation the following styling is applied when the 'stickyness' is in effect: > > ``` > position: fixed; > top: 0; > left: 0; > width:...

Had the same issues on Safari, no problems with Chrome. The solution from @jtovar2 fixed things - just by adding a name to the `initializeApp()` function like so: ```typescript //...

> @kaczors Thanks for sharing your problem. > > It's a real bummer that we don't get to configure the Cloud Run sampling rate :(. > > I believe Open...

+1 I would also like to know if it's possible to stop driver from scrolling when the element is larger than the viewport

Echoing what others have mentioned. It would be great to get an update on this

+1 I'm using Payload 2.0.0 and have come across this today. When logging the `value` returned from `useField`, it simply returns the length of the array

I'm also experiencing this, along with text measurements for BitmapText being incorrect. This makes it quite challenging to center bitmap text within a container. Is there any potential workaround for...

> I think this is an issue related to `firebase-tools`, they have conditional check for VS Code extensions here which makes the path wrong, it should be `firebase-tools/templates/hosting/init.js` instead of...