Rand Dusing

Results 78 comments of Rand Dusing

@arielcr I'm running into the same issue. I think the $watch on selection needs to be updated to reset the itemMeta.selected flag. If I get it working, I'll post my...

I don't think I ever did. How it was currently working was good enough, so I moved onto other things. I may revisit it again in the future and will...

Are you on Android? Make sure you have the appropriate permission: https://github.com/randdusing/cordova-plugin-bluetoothle#startscan

@vcboy Do you have BLE devices that are actively advertising? If on Android, have you requested the proper permissions and enabled location services?

I don't have the time or devices to make the changes myself, but I'd be happy to approve a PR.

I'm running into a similar issue. The eventSourceType defined on the child classes isn't a valid value in the EventSourceType enum. Is there a way to remove the hardcoded eventSourceType...

Taking a closer look at this code (https://github.com/oazapfts/oazapfts/blob/77d47051d12423c959f4f5cd14b155119471cebd/packages/codegen/src/generate.ts#L693) , I think this code needs to conditionally return a string literal or "enum literal", which seems to not exist.

I don't have the time or devices to make the changes myself, but I'd be happy to approve a PR.