Andreas

Results 13 issues of Andreas

Referring to the OLC specification here: https://github.com/google/open-location-code/blob/master/docs/olc_definition.adoc A question about codes with odd length

In #435 I changed only documentation, but not any code files. There's no reason for Travis CI build to fail - yet it does. More specifically, it is the Dart,...

Welcome to FirebaseUI and thanks for submitting an issue! Please take a look at [open issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aopen+is%3Aissue), as well as [resolved issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aissue+is%3Aclosed), to see if your issue is either already being...

We seem to have the same or similar discussion about the availability of reference locations repeatedly. For example, the following three issues are currently open (and could be closed if...

### Pitch Currently, filters seem to work by filtering a post if it contains **at least** one of the keywords defined in the filter. This might work well for one...

suggestion

[Documentation for the Search API](https://docs.joinmastodon.org/methods/search/#v2) suggests that `offset` can be used to skip results. According to [search_service.rb](https://github.com/mastodon/mastodon/blob/4eb4e8b22c564222d8bc69cca754cbfb9a524611/app/services/search_service.rb#L11C35-L11C35), this seems to be restricted to searches for a specific `type` (accounts, hashtags,...

### What There should be shortcodes for the whole text content and excerpt of a WP post **excluding** the captions of any images inserted into that post. This could be...

[Type] Feature Request

[Create a filter](https://docs.joinmastodon.org/methods/filters/#create) states that an integer value for `expires_in` should be given, and that this value will be interpreted as "How many seconds from now should the filter expire?"....

API

We are currently offering `InstanceMethods.getInstanceV1()`, which will get instance information using a deprecated V1 endpoint. Accessing the V2 endpoint is implemented in `InstanceMethods.getInstance()` already. The V2 endpoint exists since Mastodon...

Several of Mastodon's endpoint need a certain scope permission. For example, [lists#get-one](https://docs.joinmastodon.org/methods/lists/#get-one) states that the app calling this endpoint needs to have permission for at least `read:lists`. This information is...