Adam Uhlíř

Results 120 issues of Adam Uhlíř

The new Click 8.0 release has rewritten the tab completion system and now for one includes native support and for two it has more capabilities which for example could be...

enhancement
help wanted

With the introduction of Django ORM like framework, it allows easy usage of the API wrapper classes, but it also introduces quiet bit overhead for fetching resources, which resolve in...

enhancement

With https://github.com/magmax/python-inquirer/pull/91 there was introduced support for Python Inquirer for Windows, this can be now propagated to Toggl CLI's bootstrap process.

help wanted

For easier management of time entries, it would be better to employ special syntax, that would refer to time entry not with ID or its description, but by the order...

enhancement

Currently, all `rm` subcommands accept only one ID/Name, it would be more user-friendly if they would accept "infinite" number of arguments.

enhancement
help wanted

Currently, there is no detailed API wrapper's reference, where detailed signatures are explained for the wrapper classes. There are few criteria from my side: * Needs to be generated from...

enhancement
help wanted

I would need to detect if a user reached the end of `TextView`, is that possible? I have not discovered the way. There is half-way solution trying to calculate this...

Closes #83 This PR improves spec compliance of this library with accepting `Request` instance as input and several other small improvements (see comments). Also, I am not sure how `form-data`...

Currently, the library solely depends on `node-fetch` for providing fetch primitives like `Header` class and so on. We plan to use it in the browser context, where these primitives are...

Per `fetch`'s spec it should also accept as "input" a [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) object which current implementation does not support.