Varun Gupta

Results 8 comments of Varun Gupta

`skipLibCheck: true` in `.tsconfig` does work for React apps without downgrading `ace-builds`. Should be a good resolution till they provide a fix.

It will only get invoked when you hook your listener to the VideoController instead. Adding listener to ChewieController won't work.

Found a temporary fix for the problem. Move back to Jakarta 6.0.0 and add the following dependency: ``` org.eclipse.jetty jetty-server ${jetty.version} ``` With the latest version of jetty-server. With this...

Do we have a fix for this planned in any upcoming releases? Not all security teams in enterprises approve deployments with a dirty report even if a code fix is...

I was able to solve it by using Python 2.7 instead of 3.x Hope it helps! Also, do put the python executable as your environment variable, because that was the...

Umm.. I actually investigated a little further, and used their sample app in Cloud Shell they provide which uses the Web GL renderer. Here's the link for that: https://developers.google.com/maps/documentation/javascript/examples/webgl/webgl-overlay-simple Use...

@downeyfe https://issuetracker.google.com/issues/330098647 Here it is, but they didn't respond unfortunately. I ended up informing my users that they need to keep 3D acceleration on in their browser and there is...

@usefulthink I actually tried using AdvancedMarker to render a custom popup box that displays some information. But whenever I do that while having multiple Markers on the map, the Popup...