Adam Hitchcock
Adam Hitchcock
any chance of getting arm compiled versions?
**Describe the bug** After being open for a little bit clicking on links fails and raises the following error window A clear and concise description of what the bug is....
``` # ensure clean zenpy_client.cache.mapping['ticket'].purge() ticket_ids = [_.id for _ in zenpy_client.search(type='ticket')] for ticket in zenpy_client.tickets(ids=ticket_ids, include=['users']): # does a request for each user print(ticket.requester.email) ``` ``` # ensure clean...
``` client.search(group=[12345, 6789]) ``` turns into `group:"12345" group:"6789"`. Zendesk doesn't like this! It is expecting no quotes for groups by id.
Adds detection for system theme and uses the correct icons accordingly. depends on #117
similiar situation as in #80, it seems that a test case is being instantiated, but then a different instance is actually being used when running the test method. ``` python...
expected result: `node.children_by_field_name('')` should return an empty list actual result: `node.children_by_field_name('')` returns all unnamed children ```py ipdb> node.text b'Foo: A = 1' ipdb> node.children_by_field_name('left') [] ipdb> node.children_by_field_name('') [, ] ipdb>...
would the ts api support getting the name of a node?
Python's ast has `NotIn` as a node, should we also have it be a single node?