fudom

Results 16 issues of fudom

Please add the method [requestConnectionPriority](https://github.com/don/cordova-plugin-ble-central?tab=readme-ov-file#requestconnectionpriority) ([src](https://github.com/don/cordova-plugin-ble-central/blob/1727fd1d305f3265a72debe51af81d515ec40a19/www/ble.js#L152-L154)). This exists since 5 years. But is missing [here](https://github.com/danielsogl/awesome-cordova-plugins/blob/60cf9acee58bd95804fc97a349392bfcdd4a6f90/src/%40awesome-cordova-plugins/plugins/ble/index.ts).

I wondering why do you use `any` type, even if you have the types defined in the comment description. For example the `BLE` plugin return type of the method `startNotification`....

# Bug Report ## Current behavior: `checkFile` rejects if file does not exist. ## Expected behavior: Resolve to boolean as described in type `Promise`. `false`: Does not exist. `true`: File...

Could you please describe the options for `writeFile` and/or `IWriteOptions`. I mean, it sounds redundant. I expect the following: `append` - Add to file. Like `replace` not set. `replace` -...

[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEA3AhgGwFc5MBeTaEgKkxgHcJMB6WgCwCc44BuEAGhAQADjACW6ZKFzt2EOgAVpCNMhAE6uAJ4qBAI3a4wAazgwAyrgC2cADKiocZADMCaOHoPHTZoYfsBzZBh2YgE3S1EgkPcQNAD8OABFQgh4Z1cYgCs0AA8zeKSUtKQXfDcBAEciuHlZIRUUXDQAWgc4ABMO-hBg3FF8AIBhCEtLXFUCfG64qH8EgEEYYNFdQnh5OHY7B3SymNYYS3wAdVZReDRfMDgzZXPRbHPNVTA0HRBsYgBJKE7YMzA7FEInmvzMME0CV25RAQlkbmOBiEqjhcDc7GwjgE9nRMFquH8Y2hMV87HRql0uF0cCmAjh9hgx1E7RgrGQAA4AAwCThVUScfGE8YlDICGBUpkstlIABMAkIbgAKlSGqUYXBLNT2p12jZcLNCAS4AAxCDsMZLAITNYQEAAXztQA) **Input:** ```jsx const value = one * two / three; ``` **Output:** ```jsx const value = (one * two) / three; ``` **Expected output:** ```jsx const value =...

### Problem I use `cspell.json` to define `files` to be checked. For example the path `src/**/*`. This works great with the VSCode extension. But if I use the cspell cli...

enhancement
new issue

We use [startNotification](https://github.com/don/cordova-plugin-ble-central?tab=readme-ov-file#startnotification) after BLE connect (incl. scan before) on app start. It works. But sometimes it fails with error: > Peripheral {id} is not connected. or > Write descriptor...

question
android

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

triage

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

triage

The method [writeDescriptor](https://developer.android.com/reference/android/bluetooth/BluetoothGatt#writeDescriptor(android.bluetooth.BluetoothGattDescriptor)) is deprecated. (click on the link) The new method returns `int` instead of `boolean`. Maybe we need to wrap this into a API check. I don't know...

android