Xavier Chanthavong
Xavier Chanthavong
Many components and workflows in at_onboarding_flutter are not or reusable. ### I want to refactor at_onboarding_flutter into 3 layers: - Pages > the existing option / interface - Widgets >...
There should only be one. Example code: ``` Future loadAtClientPreference(String rootDomain) async { var dir = await getApplicationSupportDirectory(); return AtClientPreference() ..rootDomain = rootDomain ..namespace = Constants.namespace ..hiveStoragePath = dir.path ..commitLogPath...
**- What I did** - Extracted the file upload portion of the onboarding home screen to it's own service. - Moved everything from the root of the `package` to `src/`...
### Describe the bug ``` trunk on trunk [!?] N ➜ at_cli -a -f ~/.atsign/keys/@snooker25_key.atKeys --atsign @snooker25 -k test1.testingdemo -p false -v update --value "foobar" 146 trunk on ...
**- What I did** Created a new tool which can be used for testing and debugging tcp / tls clients. The intended use of this tool is with a locally...
**- What I did** - Added sync as a "verb" - Added config and flags for --cache (boolean) and --cache-dir (string) **- How I did it** **- How to verify...
## Description Certain jj commands seem to create multiple new changesets, I suppose ones that do something, then automatically create a new changeset for you afterwards. I have observed this...
### Suggested enhancement mbedtls_net_free shouldn't close the connection, only free associated memory. Or more realistically, to avoid breaking changes, a new method which only frees memory without closing the socket...
With at_chops 3 / at_auth 3 / at_client_flutter on the way, we are considering deprecating the Flutter packages for several reasons including: - Inflexibility when it comes to customizing: -...
- Created this PR so we can merge in upstream changes from trunk server side. - This branch is a long lived branch which will serve as a triage as...