at_tools icon indicating copy to clipboard operation
at_tools copied to clipboard

Various developer tools for use when developing with Atsign's technology

Results 17 at_tools issues
Sort by recently updated
recently updated
newest added

**- 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...

enhancement
PR31
PR32
PR43
PR45
PR46

### 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...

bug
5 SP
PR48
PR49

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...

PR47

**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...

enhancement
5 SP
arch call
PR47
PR46

**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...

bug

**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,...

documentation
enhancement

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

bug
Core - Issue

**- 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** -...