Josh Kautz
Josh Kautz
@vostreltsov I just did this and it did the trick. Thanks for the clever suggestion.
Bumping this. Is there a way to tell if a payment in the `Payments` sub-collection was refunded? Adding these events to the webhook doesn't appear to be enough - none...
I'd be happy to start on adding a Pull Request with the changes, since I'd definitely use a feature of this nature, but I'm not sure if that's a Stripe...
Sounds good, thanks for the reply, I'll get cooking on this in the near future here. Cheers 👍
Adding a +1. This is a well-documented report. I agree that this new Standard Style introduces some breaking changes/inconsistencies. The workaround above was helpful and I'm good to go moving...
@kirankotari this issue has been resolved with https://github.com/pyenv-win/pyenv-win/pull/495
My apologies for that. I've updated the demo and locked it so it'll remain working. This demo is using [react-map-gl](https://visgl.github.io/react-map-gl/), so I don't know if that is at all related...
I also recently noticed that the symbol layer displays briefly, then disappears, as do all the other style layers from the default map style (like roads, labels, etc). Just an...
Yes, I can create an event listener for this specific event like this: ``` [...] const mapRef = useRef(); const map = mapRef.current; useEffect(() => { if (map) { map.on('styleimagemissing',...
It appears that this does **_not_** happen when I use `` with no children components. If I replace ... ``` ``` ... with ... ``` ``` ... then I don't...