Lars

Results 33 issues of Lars

Not a bug, more like a feature request. So the API pretty clearly states that only one SMS can be sent per request, and that you can only do 30...

enhancement

### Prerequisites - [X] I have carried out troubleshooting steps and I believe I have found a bug. - [X] I have searched for similar bugs in both open and...

needs: developer feedback
plugin: woocommerce

Hey, so we're using a WP multisite setup, and noticed that when a site is deleted, Cavalcade doesn't clean out the jobs for these non-existent sites. ``` add_action('delete_blog', 'cleanup') function...

Could we get the releases updated? The npm version seems to be 4.1.4, so it would be nice if the releases reflected that also. :)

Recommend supporting Streams through `EventChannel`, as it makes some operations easier (like having a listener running in the background). Then it would be possible to having a simple API like:...

Not sure if you accept Feature Requests, but I'll make it brief: Would be nice if the `onCreate`, `onWrite`, `onUpdate` and `onDelete` triggers had support for `withConverter`: Example: ```typescript firestore...

type: feature request

### [REQUIRED] Environment info Not sure if this is the right place to post this in the myriad of issue trackers. Sorry in advance. **firebase-tools:** 9.16.3 **Platform:** Node 14 ###...

help wanted
type: feature request

The following line produces a warning: https://github.com/semlette/nfc_in_flutter/blob/4a5062a0a601a285a8354d684215eedc614e4069/ios/Classes/NfcInFlutterPlugin.m#L564 should be `numberWithInteger` instead of `numberWithInt`.

So we have a textarea that opens the keyboard, and a button next to it. When the button is clicked, we desire the keyboard to stay open. We've had limited...

question

### Problem We've built a chat app, and if you start scrolling, and open the keyboard while scrolling, the view isn't shrunk until scrolling stops. This is with the scroll...