Grant Brits

Results 35 comments of Grant Brits

Just to expand on @baterflyrity's answer above, usage would be: ```html ``` ```javascript var colors = [ '#1f77b4', '#e377c2', '#ff7f0e', '#2ca02c' ]; var patterns = pattern.generate(colors); ``` ```javascript const myChart...

This is how I overcame the obstacle of not having the *identityId* on hand for my users: ``` login() { let loading = this.loadingCtrl.create({ content: 'Please wait...' }); loading.present(); let...

Hi there, I'm using this package to show calendar events for an app, I am using the modal view, the best I could do to get events emitted was to...

> Would this existing mechanism meet your needs? > (Example In TypeScript) > > ``` > const myPluginEventListener = Plugins.MyPlugin.addListener( > 'myPluginEvent', > (info: any) => { > console.log('myPluginEvent was...

Same issue here: ```Nothing to migrate. Configuration cache cleared! Configuration cached successfully! Illuminate\Http\Client\RequestException HTTP request returned status code 404. at vendor/laravel/framework/src/Illuminate/Http/Client/Response.php:207 203| */ 204| public function throw() 205| { 206|...

For me the solution was to have the .mp4 extension on the outputFileName

So @ZumelzuR the useModernBuildSystem part is clearly the difference, is that not something that can be hardcoded in the tsconfig or something?

I am busy working on adding image (url) support to Android, will send a PR when ready

Ok so I got this working but it drastically slows down the load time of the map... so maybe it's not a great idea. :\ Looks like using SVG /...

In a scenario like this, people spend hours of their free time learning how to write a plugin; chatting and using trial and error to get things working. I could...