Eros Stein
Eros Stein
Hi, is there a way to define an optional character? For instance, the regex would be like this: `/\d{4,5}\-\d{4}/` There can be 4 or 5 digits before a dash and...
Great idea for a lib, I use PubNub and SignalR. It would be great to have SignalR support. Thanks.
Hi everyone, I'm trying to migrate from `ng-bootstrap`, but I just hit a road block... Using `ng-bootstrap` I was able to retrieve my modal's instance by: ```typescript let modal: NgbModalRef...
Hi, do you have any examples on how to use your library with Xamarin.iOS? I noticed you created the nuget package, but I couldn't find the doc for that lib....
Hey, **awesome** lib, congrats! I was wondering if it's possible to change the stroke and fill texts like with the other buttons. I couldn't find a property for that following...
@JustinBis thanks for enabling issues here :) Reading the project's description I understand it was created to circumvent apple's rootless option starting with El Capitan. But I'm having an issue...
### Version 2.3.0 ### Reproduction link http://not-required.com ### Operating System macOS ### Device Doesn't matter ### Browser & Version Any ### Steps to reproduce Not necessary ### What is expected?...
### Before reporting an issue - [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...
**Describe the bug** When adding a big number of elements to the page, even if the elements are simple, the editor becomes unusable. **To Reproduce** https://stackblitz.com/edit/easymde-aagxrt5l?file=index.html **Expected behavior** The editor...
I need to implement TapToPay on a maui app, but since there are no official libraries, I'm having a hard time. I tried creating an android binding library, but that...