Ville Hakulinen

Results 147 comments of Ville Hakulinen

Handling the dark theme based on system settings brings once challenge that I faced: user uses "light" system theme, but has set/prefers dark theme for nvim. What should gnvim do...

Which nvim version are you using? And by any chance are you using a window manager that automatically modifies the window size (tiling wm)? Looks like gnvim is trying to...

Window manager modifying the window size was just a hunch. It doesn't (or shouldn't) matter if that happens or not - its still a bug in gnvim. I haven't encountered...

I flattened the rpc client stuff to make its usage a bit more straightforward, and now fixing this should be just a matter of implementing either: 1. Some sort of...

I managed to adapt our application to use the companion scan - so at least its somewhat working. ~My motivation to get this in is to then use the `CompationDeviceSerivce`...

Yes, I'm working on this in our app. Connecting to a device with the companion scanner works. The current iteration requires to subscribe to `BleManagerCompanionPeripheral` to receive the selected peripheral...

> Connecting to a device with the companion scanner works. The current iteration requires to subscribe to BleManagerCompanionPeripheral to receive the selected peripheral from the companion manager (compared to BleManagerConnectPeripheral...

Slight issue with devices that don't support/require bonding: if you've associated a device and dont bond with it, you'll need to scan for the device again after the bluetooth adapter...

Updated based on the earlier comment. The companion device manager thingy is now behind different API (i.e. `scan` vs. `companionScan`). Still missing iOS stubs.

Now would be good time for feedback (even if its just "looks good"). Two things that are missing: documentation (i.e. updates to README) and iOS stubs.