niu

Results 9 comments of niu

> I'd rather just fix `resolve_templates` to always be OK if a remote depot is unavailable. > > e.g. try block around: > > https://github.com/purduesigbots/pros-cli/blob/1d9f6bae72b7e44ca4329d337b3921b7c41ae6df/pros/conductor/conductor.py#L119-L124 ![image](https://user-images.githubusercontent.com/57331513/143691608-9a26b461-7782-4efa-b4e5-c5bd07ec51de.png) When I try to...

With internet ![image](https://user-images.githubusercontent.com/57331513/147484747-ff5e786d-84ba-4b21-8831-e5a2db0a1bc7.png) No internet ![image](https://user-images.githubusercontent.com/57331513/147484783-c14a1c91-f6c0-48e9-b7fe-fd002dfb4f7f.png) There's not really an easy way to get rid of the duplicate warnings but I think that having them is better than not having...

this issue hasnt been relevant for a while and there is an easy workaround

Add tab completion: https://github.com/purduesigbots/pros-cli/issues/138

Test code for receiver radio and transmitting radio (include pros/apix.h for both) ``` #define RX_LINK_PORT 10 char buf[100]; void opcontrol() { //init int success = pros::c::link_init_override(RX_LINK_PORT, "test", pros::E_LINK_RECIEVER); pros::lcd::print(1, "Radio...

Also sometimes the CLI docs are wrong, and this would fix that issue with automated docs