Lee Daniel Crocker

Results 7 issues of Lee Daniel Crocker

Can't build Android library with recent versions of gradle. Just cloned the repo, and tried to build any target with ./gradlew (in particular, I want to build the "jar" target...

bug

Any idea of plans/timeline for supporting BLE5 features like 2Mbps/Coded PHYs? Android API 26 has the features. I know nothing about iOS.

Specifically, Android API 26 BluetoothGatt.setPreferredPhy() and readPhy(). If anyone thinks they could implement these in a reasonable time frame, I could probably arrange for it to be a paying gig.

enhancement

The only mention I can find of an intercom skill is an old unanswered forum question, so I'll make a formal feature request here. I may very well write it...

Just some errors in the BUILDING.md that will cause some confusion. - The doc says to fetch says to fetch stlsoft into the takengine/thirdparty directory. That directory does not exist....

This code runs fine with no errors, and passes deno lint. But vscode red-squigglies line 17 with a deno-ts(2367) error. Apparently the throw in the line above convinces the parser...

flatc 24.3.25, running on Linux. Here's the schema: ``` namespace Oj; table MasterDeck { name: string; dups_allowed: bool; low_aces: bool; q_is_knight: bool; aliases: [string]; card_list: [int8]; } table MasterDeckList {...