Beehive Innovations

Results 49 issues of Beehive Innovations

The documentation mentions RRULE support was planned for v5.5. Is this still on the cards?

enhancement

## Expected Behavior Documentation talks about a `translation` configuration. Followed instructions but nothing is translated. ## Actual Behavior No translation

bug

```swift let element:HTMLElement = HTMLElement(tagName: "div") element.innerHTML = "LineBreaks" print("\(element.textContent)") ``` output: ``` LineBreaks ``` desired: ``` Line\nBreaks ``` At leas this is how `NSAttributedString`'s `initWithHTML` works. Anything I need...

This looks like a powerful library to navigate around HTML nodes, however what would be the simplest method of obtaining cleaned up 'plain text' from HTML input? I'd like it...

question
feature request

Lately it seems the batch upload / download methods seem to 'hang' forever and don't timeout (no matter how long you let the request running). I'm frequently receiving reports of...

This was an issue reported perhaps a year ago and was fixed. I've recently moved to the batch upload / download APIs and am now seeing the following. The reliability...

I have to admit, I'm always nervous when trying to handle errors ever since the Dropbox API has changed in v2. For me, it's no longer clear (either in documentation,...

I know this may be a niche request but it would be great to have a new end point / public method to be able to delete multiple files in...

enhancement

Is there (or could there be) a convenient `batchDeleteFiles` method analogous to the `batchUploadFiles` method? I'm aware of `deleteBatch`, but would instead appreciate if there was a way to conveniently...

enhancement

The mute option when uploading a file never worked and still does not. When is this planned? Really, people don't need to be alerted of changes made to files made...