Marcos Junior

Results 44 comments of Marcos Junior

@Nightsd01 Actually I am using deeplinks in production already, but with custom URLs (samara://etc). I have a requirement to allow the same notification to work using Google Chrome at a...

@Nightsd01 Is there a way to catch the notification and cancel the LaunchURL action for ios only?

@nightsd01 that delegate would be awesome. I am not sure I understood well about the alternative idea on deep link scheme, but using deeplink custom scheme is not a problem,...

I have: ```import WebpackBar from "webpackbar";``` And then: ``` new WebpackBar() ``` When I run it I get: ```[webpack-cli] TypeError: WebpackBar.default is not a constructor```

I guess that this is possible using $.mask.rules object.

I don't get you. Are you suggesting to simply don't use meiomask? I need to allow the input of only numbers, negative signal, and one decimal separator at any place....

This is what I see. Let me know if the query itself looks right. The eventId 72 (20m37s): ![image](https://user-images.githubusercontent.com/991675/159072749-a4d44a1d-cd33-4966-8cf8-ababac245c69.png) ![image](https://user-images.githubusercontent.com/991675/159072855-4d5fe0e0-845f-4aed-8479-fc5130e9f436.png) The eventId 68 (20m42s): ![image](https://user-images.githubusercontent.com/991675/159072976-a4218faf-353b-40c4-95e4-b6ae99f89005.png) ![image](https://user-images.githubusercontent.com/991675/159073055-ab9443f3-d0ae-423d-9d84-cbd57b984f34.png)

This function lives on the basic serverless consumption plan, which implies on a 10 limit execution. Anything beyond that throws FunctionTimeoutException. That's why I don't think that 20 minute report...

It is configured for 10 on its host.json file And I can see a handful of activities shown as ran by more than 10 minutes on Gantt chart. And no,...