Dawid Wróbel

Results 107 comments of Dawid Wróbel

I am testing this and for some reason, the trailing `/v2` from my sync server's URL gets stripped both in `brave://sync-internals/` and `brave://flags` view. The syncing fails as well. EDIT:...

@jagadeshjai not sure if you saw my comment above, but this functionality seems partially broken at this point — at least on my end, so I'd appreciate if someone could...

@jagadeshjai can you please acknowledge this issue on your end? I am afraid this will get released in that broken state. If this requires a separate ticket to be opened,...

For the record, I've been running it with BLE tracker and bluetooth proxy active for months without issues: ``` esp32_ble_tracker: scan_parameters: active: false bluetooth_proxy: active: true ```

> i dont want to add a thirdparty dep at this point in time I am afraid it would be impossible to add support for JSON otherwise, as PHP does...

I'm thinking about it and imho while the code should accept string, integers and UUIDs, it should not fail silently for other types but instead throw an exception, since an...

I believe I am affected by this: I am trying to remove a dependency on one the services like so: ``` depends_on: service_a: !reset {} ``` However, I am getting...