Brook Patten
Brook Patten
I have a working oracle provider I've been using if anyone is interested. One possible point of contention is I use the dotconnect oracle driver (because it has actual async...
It appears you're using an old version of mono.posix, and possibly have not cloned recursively to include submodules (which would have also fetched dbus-sharp). The library might need some additions...
It's hard to really know what's going on just from an NRE, but I would guess that it's not finding the gatt stuff registered in dbus, likely because bluez isn't...
I get what you're saying, but when i'm specifying `-p profile` there is no ambiguity about what I'm trying to do. It's unintuitive that the cli confuses inferred bundle config...
One additional point which may contribute to confusion: databricks vscode extension does _not_ appear to follow this same logic and infer from bundle. If it was consistent across tools it...
> I currently have a shell function that just unsets all of my databricks variables that I call whenever I am having issues with the CLI auth Same. The fact...
I think for best compatibility, this could be inferred from the "packages" config `from` field, eg `packages = [{include = "mypackage", from = "src"}]` Instead of adding special configuration for...
I have not touched A2DP yet, though it is something I plan to add because I need it as well. In theory the way it would work would be you...
Looking good, do you have an example of using these? Like a demo app or something?
Cool. If possible I'd like to have a working example before merging the PR. I should have time to play with it some next week if you don't beat me...