Caio Mar

Results 13 issues of Caio Mar

I'm having a problem with this library when the user navigates away from the page before LoadScript (asynchronous task) finishes loading the scripts. I get a warning stating memory leakage...

Hey guys, Just a quick FYI, this library is not maintend and using soon-to-be deprecated lifecycle functions in React. I wasted 2 hours to find this out as its author...

In React I followed the simple instructions, added the JS library and CSS, yet it doesn't show. Does it support React?

help wanted
dx

I think there is something wrong going on with the doc/examples site provided for this package: **Link in question:** https://react-bootstrap.github.io/react-overlays/modal/ **Issues:** 1) Some of the sidebar navigation links are not...

Google Charts allows you to specify language/locale before loading the library (link below). Is there a way to do this with this package? https://developers.google.com/chart/interactive/docs/basic_load_libs#loading-details

I'm trying to mask the input, i.e., 999.999.999-99; I am trying to use the callback function `formatText` as the example show but this is not being called at all. What...

I am using a Dropdown button from React Bootstrap to display the daterange picker, however, the fields month and year (Select type) don't dropdown when clicked. I'm guessing it is...

Hi guys, I've been experimenting with different scene detection tools, mainly PySceneDetect and Google Video Intelligence. I noticed that what these tools call scene detection is really shot detection. They...

Hi guys, This is my first time using this package, thanks for the great work! I am creating a form with multiple dropdowns for the Web. I am having some...

I'm trying to get access to Google Maps Geometry to calculate points with a specific area in Node JS. ... const circle = new google.maps.Circle({ center: area.center, radius: area.radius, });...