Alexander Kurakin
Alexander Kurakin
``` $ sudo rfkill block bluetooth $ sudo rfkill ID TYPE DEVICE SOFT HARD 0 wlan ideapad_wlan blocked unblocked 1 bluetooth ideapad_bluetooth blocked unblocked 3 wlan phy0 blocked unblocked 4...
Nevertheless, propose to change adapter enabling behavior, too. > > blueman-manager shows a hint and a way to power the adapter(s) on start. > > ...and closes the Bluetooth Devices...
Yes. Have three devices, `Third` is connected, `First` and `Second` aren't. On re-opening Bluetooth Devices dialog, see `First` and `Third`, both "are disconnected". blueman-applet 2.2.3 on Gentoo.
Hmm... Strange catch. I have an exception [here](https://github.com/blueman-project/blueman/blob/2.2.3/blueman/gui/manager/ManagerDeviceList.py#L408), see #1708. But if I catch (by `except`) this exception situation descripted above dissapears!!! Race conditions? Or exception stops adding a device?...
Yes, and the code above contains it: 1) a car has many attributes, 2) when I create a car, I should receive some of them as parameters, 3) when I...
@dblock thank you for response! Well `use` way is just an example. I can (just) redefine mode later. See the (updated) second example in topic-start please.
Yeah, OOP solution is a good idea! @dblock what do you think?
> I suggest introduce similar DOM APIs for modules too. For example, `attributesapi` for `attributes` module, `styleapi` for `style` module and so on. @katyo , good day. I've thought the...
On children normalization, see also: https://github.com/snabbdom/snabbdom/pull/362#issuecomment-1104218332
But shouldn't we remove children's styles on parent node remove?