Marco Ancona

Results 44 comments of Marco Ancona

Hi @kneth, unfortunately this is not reproducible with all distributions. For example, we see this with Ubuntu 20.04 but not with Ubuntu 16.04 or 18.04, nor with macOS. On Ubuntu...

Hi @fronck , any update on this? Can you reproduce it reliably and with which version of Realm?

Dear Sir, it seems not resolved yet. Can you explain the line 380 in InventoryKit.m ? [InventoryKit restoreTransitionProducts]; This line will restore products even when login fails. I have just...

I did not have the time to try this myself. I only inspected the `AdversarialTrainer` to better understand why the callbacks were not behaving the way I expected. I believe...

I am using the default style (to be precise I load the `.nostyle` but the default CSS style is already loaded separately at that time). I am using this within...

Ok, I realized that if I use the `` the problem does not occur. My guess is that the first `updateInputWidth()` is called while the `Popover` component is transitioning (a...

For example, how to transfer complex nested objects in and out from an isolate

Thanks, @laverdet, I was guessing that, but can't figure out how exactly, especially to bring values _out_. Some examples would be very useful here.

Oh, totally missed that flag. This worked like a charm, thanks! Again, some (even trivial) examples could help people new to `isolated-vm` a lot in my opinion!

Checking `event.startDate.isDate` is probably what you are looking for.