Marco Ancona

Results 57 comments of Marco Ancona

Hi @danagbemava-nc , While working on the minimal example I could narrow down the problem. The issue seems to only occur if `MaterialApp` is used with both a `initialRoute` and...

With the new Microsoft ARM PCs, this starts feeling important. We use Realm on an Electron application, and in the last 2 weeks we got several requests for a native...

> If you're using it in electron, I'm guessing you use the JS SDK, in which case I'd suggest filing a feature request in the [Realm JS repo](https://github.com/realm/realm-js) as the...

+1 to use Popper.js to position the tooltip

I would be also interested in a workaround. I can handle the timer in the app logic, but is there a method in the public fullcalendar API that would trigger...

I understand this is a minor issue but it is quite annoying if fullcalendar is used extensively. Here is a possible workaround that does not require external dependencies (if you...

Any update on this? Still an issue with Fullcalendar 5. Edit: in the meanwhile, I found this workaround, which is not too ugly: ```ts const [currentDate, setCurrentDate] = useState(moment().format('YYYY-MM-DD')); //...