Results 144 comments of Andre-John Mas

@danielnowacki-priceline as an alternative you may want to look at [OBS](https://obsproject.com/) (also free and open source). It is has a slightly higher learning curve, but is popular amongst Twitch streamers.

For the drivers already part of the library, could they not be included using dynamic imports? It would mean the initialisation phase would need to be asynchronous, but it would...

Discovered an issue where the Canadian country code is repeated due to the area code. Also impacts US numbers. Will need to resolve that.

This may be specific to something in vue2-editor, where I am using this? I have opened a ticket there: https://github.com/davidroyer/vue2-editor/issues/94

Good to know. I’ll check out the work when I have a few moments.

@KubaLorenc does it break in the same way as before the fix? If not, can you describe the failure mode?

Can you share the errors? Did you try adding the polyfill it is complaining about, as a package dependency?

@mevannir Are you able to create a sample project that demonstrates this issue? It would make it easier to analyse what is going on and seeing if there is a...

In this PR: https://github.com/dwilhelm89/LeafletSlider/pull/67 ?

I made some changes to support MacPorts (which I am using) and based on this ticket also for the /usr/local/opt path indicated above. Could anyone check the pull request and...