Eros Stein
Eros Stein
Same problem, what I ended up doing was to check the length of the item and apply the proper mask. ``` myMask: string; ... this.myMask = formValue.length === x ?...
You're probably done with this by now, but for future googlers: Remark recommends you use remark-directive instead. Recommendation: https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins Remark Directive: https://github.com/remarkjs/remark-directive#use
@fmonper1 you have to create your own plugin and the CSS classes. I'm gonna share the one I created: ```js const acceptableCalloutTypes = { 'note': {cssClass: '', iconClass: 'comment-alt-lines'}, 'tip':...
@hendrathings hey man, I don't remember how I went by with that specific one, it's been a long time (about 2y). Sorry about that.
I've got the "same" problem. I'm trying to add DI to my maui app using the idea James wrote here https://montemagno.com/add-asp-net-cores-dependency-injection-into-xamarin-apps-with-hostbuilder/ And then I get the error: > NETSDK1082 There...
@danroth27 thanks, I appreciate you taking the time to evaluate my question. The thing is, I'm not adding anything extra. **This is the info for my maui lib.** These are...
@davidfowl I didn't... I just created the maui lib using the provided template. And, I also tried removing that framework, I just couldn't find a way to do so. I...
@Eilon let me take a closer look and I'll get back to you on that. Thanks. I'm also looking for specific packages that could be adding the FW.
Thank you, gentlemen! @davidfowl your comment made me realize there was one specific thing I hadn't tracked. The problem was that one of the libs had a reference to FluentValidations.AspNetCore...
@giovannipds thanks man! I'll take a look