Maksim Lin

Results 175 comments of Maksim Lin
trafficstars

@gocal That's great news! I'm guessing you already saw that Robert recently added [GATT support in bluez.dart](https://github.com/canonical/bluez.dart/issues/10)

I would suggest it's probably easier to use something like [NRF Connect](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&hl=en_AU&gl=US) to figure out how to use the services and characteristics on the device and then move onto using...

@guillaumechereau thanks so much for fixing this! 👍🏻 I just tested your CI build ([4381985989](https://github.com/guillaumechereau/goxel/actions/runs/4381985989) on Ubuntu 22.04 with a hidpi monitor and laptopscreen (both 3k) and the UI scaling...

Hi, thanks for reporting this. Yes I haven't tested the package at all on anything other than Linux yet. Unfortunately there are a few limitations at the moment given the...

I think this issue can be closed because its working as expected in current version `0.7.3` as long as you `await` calls to `setNotifyValue(true)` *AND* as per the previous comment,...

@christhompsongoogle I am seeing exactly the same thing here. I commented on another issue: https://github.com/firebase/firebase-tools/issues/4154#issuecomment-1729075705 before finding that this seems to be a newer report of the same problem. As...

Sorry I can't speak for the state of this fork as I haven't heard back from @phcoder myself, but for my part I'm now the maintainer of SGit, plan on...

Given that there is a REST API available, it should be possible to do both imports and exports via the API. For example the curl example from the docs: ```...

We basically actually (temporarily) had something like what @szotp you ask for until #61508 deprecated and removed that functionality. But despite the points in the comment of that issue, I...

I should also add that from the point of view as a *writer* of a package doing code-gen I found working with the build package a good experience and much...