Joe Freeman

Results 72 comments of Joe Freeman
trafficstars

The liked project does the nexus upload via a gradle pom.xml. Submit a PR with a pom.xml and I'll try and make it work. The build process can stay on...

@walvespit answer worked for me. Add a `cursorBehavior:CursorBehavior.end` property Example date masked entry: ``` final TextEditingController controller = MaskedTextController( mask: '00/00/0000', cursorBehavior: CursorBehaviour.end); ``` We were fun until upgrading to...

In theory, the easiest thing to do is to just submit the driver to micropython-lib as an addition and then maintain it there. The micropython-lib team would probably just rather...

This issue should be closed because PR #23 has been merged.

Not sure if you actually mean "convert" representations or "provide implementations" of various representations. The graph library is storage agnostic but it would be nice to have some graph sample...

I'm pretty sure that function-based math operations are not implemented. The example in the PR had the roundTo(x,y) and ^ operations removed from the JSON.

The current code fails silently I thin returning null for any clause that contains a function. This means you get a NaN if there is a division operator or a...

> edit android/settings.gradle > > ``` > plugins { > id "com.android.application" version "7.4.2" apply false > } > ``` > > edit android/gradle/wrapper/gradle-wrapper.properties > > ``` > distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip >...

Based on the $themes.json file I'm guessing the following: You have multiple token `group` values in the same theme file where the `themes` for a particular `group` are all symmetrical...

Any chance you could provide the rest of the json files for this use case? This report only includes the $theme and $metadata