Results 7 issues of kctang

Based on what I read, advertising beacon is supported on Android (Lollipop and up). However, this call seems to always return false. https://github.com/petermetz/cordova-plugin-ibeacon/blob/270ffbbc12159861a16e5e81481103c1e09139cb/src/android/LocationManager.java#L1168 Note: I am looking into the Android...

Hi, Thanks for this. I made some changes for my TypeScript based application as the provided TS definitions was not good for me. The only minor issue I have is...

Is it possible to perform cursor based pagination when sorting by more than one field (excluding `_id`)? E.g. Sort by "name asc" followed by "age desc".

For my Meteor 1.2.1 application, I got this error when trying to download backup: ``` ReferenceError: check is not defined at [object Object].route.action (packages/hitchcott_app-dump/app-dump-server.coffee:24:9) at boundNext (packages/iron_middleware-stack/lib/middleware_stack.js:251:1) at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1)...

I am getting the following warning because `RadioGroup.propTypes` is expecting a string. ``` Warning: Failed prop type: Invalid prop `container` of type `function` supplied to `RadioGroup`, expected `string`. in RadioGroup...

Anyway to replace the default hamburger icon with a custom icon? Trying to do a screen with "back" button when using a header like this [stackoverflow question](http://stackoverflow.com/questions/31362929/how-to-make-icon-move-to-the-left-on-mdl-header).

enhancement
feature

### Feature Description Request for Gitea implement the [search/issues API](https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#search-issues-and-pull-requests) that is supported in GitHub? One specific use case for this is to allow Gitea to be more compatible with...

type/proposal