Saulo Vallory

Results 128 comments of Saulo Vallory

I'm not showing the title in the Doc.cshtml view. But if one wants to show it, it will probably have to overwrite the MarkdownService class (or overwrite the generated document's...

I'm on `@ionic/angular` `4.4.2` and the method still isn't available :(

Here's a quick workaround for angular. I got it to work by creating a new component which extends `MenuController`. ```typescript import { DOCUMENT } from '@angular/common'; import { Inject, Injectable...

Sorry @subhi-shuqier, I'm not working with ionic anymore and it would take quite some time to get up to speed again

Under current release of both Ionic and Nebular, it doesn't work. ``` ➜ ionic info Ionic: Ionic CLI : 5.0.2 Ionic Framework : @ionic/angular 4.4.2 @angular-devkit/build-angular : 0.13.9 @angular-devkit/schematics :...

There's a quick workaround for this. Add this to a declaration or any ts file imported in your project: ```typescript declare module 'stripe' { namespace Stripe { interface TypedEventData extends...

There's a quick workaround for this. Add this to a declaration or any ts file imported in your project: ```typescript declare module 'stripe' { namespace Stripe { interface TypedEventData extends...

@icepuma I was looking at Wasmer to see if I could take a shot at implementing the plugin system but the whole process looks cumbersome to me. I think you...

Btw, I just found out that deno can be embedded in a Rust app. How about allowing commands to be written in Typescript/javascript? https://deno.land/[email protected]/embedding_deno