Edwin Flataunet

Results 9 issues of Edwin Flataunet

How can I contact you with a business proposal? I need someone who can do machine learning for a drafting project I am working on, I come from a company...

How can we reproduce this bug? 1. Create an input with onkeyup listener. 2. Attach tribute to the input. 3. Select from mention suggestions using keyboard and hit enter. 4....

I am having issues with one of my clients where people are trying to scam using E-Checks, id like a way to disable this in the SDK. I am currently...

``` $mailerliteClient = new \MailerLiteApi\MailerLite(env('mailer_lite')); $groupsApi = $mailerliteClient->groups(); $subscriber = [ 'email' => $this->email, ]; $response = $groupsApi->addSubscriber(env('mailer_group'), $subscriber); ``` I am getting this error from running this code in...

I'm trying to create a test directions that I will then replace with production directions, however for some reason it is not acting like it should, it seems like it...

question ❓

I'm currently using this library to track the position of my car on a map but the main purpose of my web app is to track the position of a...

How do I make it so it starts at bottom?

Say I wanted to use a logo instead of an icon? How could this be achieved, I'm new to xCode so not sure where to start.

Hi, love the library, use it for many projects, currently doing a project for tracking match history. However, I noticed that when using the matches API, it returns really old...