Ricardo Boss

Results 85 comments of Ricardo Boss

There are also other alternatives like: - https://github.com/code-farmer-i/vue-markdown-editor - https://github.com/cloudacy/vue-markdown-render - https://github.com/ymmooot/markduck

Why is something that crucial not being tested prior to a release?! Can't you just implement a custom parser that checks for this URL style? I'm not familiar with golang...

@doowzs thanks for the explanation! This helps me understand what's going on... @awoodbeck I see. Could be a workaround until there is a better solution. Thank you guys and @abiosoft...

You can use my fork until this gets merged: https://packagist.org/packages/ricardoboss/laravel-dkim (use version 0.5.0)

I wanted this feature too. So I just implemented it. @kalkih can make it available to everyone by merging #658

True. I wanted to start working on the linked issue, since I really want this feature. I am, however, not proficient enough to implement it in this codebase by myself....

I understand and support your position. On the other hand, I also think it is more important to leave the choice to the user. My current solution is to add...

I'd also be in for a refactoring (something along the lines of `--skip-key-verification-yes-i-know-what-im-doing`) and/or a warning message being emitted to draw attention to the fact that what the user is...

I'm also getting an error in a TypeScript environment: ``` Type '"my-icon"' is not assignable to type 'IconName'. ``` Neither `IconName` nor any other definitions are extendable or generic, so...