Oh-noodles
Oh-noodles
I mapped Alt_L to KEY_LEFTCTRL, so that I can use Alt_L + A to select all, Alt_L + C to copy, Alt_L + V to paste. very nice. Then, I...
   All tests passed except one which is not introduced by this commit (fails before my work).
I created a query, and recorded it's ID. `queryId = c.query.creat('TestService-service', name='testQuery')['ID'] ` but when I attempt to execute this query by ID,it raised a ConsulException. `raise ConsulException("%d %s" %...