at_tools
at_tools copied to clipboard
Various developer tools for use when developing with Atsign's technology
**- What I did** - introduced a method called AtKey.enforceLowerCase() which converts all parts of the key except metadata to lowercase - invoke this method in toString() and fromString() methods...
Lead: @XavierChanth **Is your feature request related to a problem? Please describe.** Installing the application via git is not ideal if we would like to make these tools available to...
### Describe the bug * README is incomplete versus the functionality offered * README contains typos (e.g. `firtname`) and incorrect commands (e.g. `dart run bin/main.dart -v scan -a true -a...
closes https://github.com/atsign-foundation/at_libraries/issues/235 **- What I did** - added new implementation for data_signing into at_commons - update dependencies and exports with regards to the data_signing_implementation **-What the tool does** - Enables...
# What I did Create a register tool for [sshnp](https://github.com/atsign-foundation/sshnoports). Easily get and onboard atSigns for the client and device and also easily create the sshnpd.service to later edit via...
**Feature Description** A tool to export data from a secondary in a format that is importable by another secondary. **Requirements** - Allow users to specify filters that specify which data...
**Describe the bug** * Some valid AtExceptions are not mentioned in the error_codes conversion map in at_commons/lib/src/exception/error_message.dart * When one of those AtExceptions is thrown, it results in error responses...
**Is your feature request related to a problem? Please describe.** at_commons readme.md and code annotations could use some love. **Describe the solution you'd like** With developers GitHub viewers in mind,...
at_commons/lib/src/buffer/at_buffer_impl.dart defines a subclass of AtBuffer called StringBuffer which clashes with the dart:core class of the same name Importing at_commons pollutes an app's name space with this (internal?) definition
**- What I did** - Updated the debug console prints(at_logger) statements. - Updated some error statements. - refactored according to the strict lint rules. **- How to verify it** -...