Dimitris Theodorou

Results 14 issues of Dimitris Theodorou

I'm trying to produce several messages and would like to maintain their order as much as [Kafka allows](https://github.com/edenhill/librdkafka/blob/master/INTRODUCTION.md#reordering). If I am reading things correctly, when using `FutureProducer::send`, queue full errors...

I'm trying to use the SMBProtocolFactory to do concurrent `listPath` calls but failing to do so. If I do a single `listPath` call, I get back results normally through the...

I can't seem to find the ability to do a HTTP Range request to download a file using the v2 client. This is possible with the v1 client https://github.com/dropbox/dropbox-sdk-python/blob/158e8877b0cb12d6a3e1297a62181256eb86197e/dropbox/client.py#L385

enhancement

Hi, The requests supported by the web API can potentially hit the database with very expensive queries and take a while to finish. This creates some issues: - the API...

topic-server
enhancement
blocked
priority-2-low
help-wanted

We should use a specific label to mark all docker items generated by mistry as such. This label would be used to determine ownership of docker items and allow us...

feature
server

The service is configured partly by the CLI flags and party by the JSON configuration file, and these two have different implementations of declaring and validating the input. Ideally we...

enhancement
server

Hi, I have a simple one-to-many Parent-Child relationship. I populate my database with 2 parents, each of which has 3 children. When I request `/api/child?embedded={"parent":1}`, the amount of queries hitting...

enhancement

I'm trying to accommodate storing my tokens in an SQL database, and trying to extend the `OAuth2` class to enable storing and retrieving the tokens from the database. The `_refresh_lock`...

enhancement

I am looking to get a hold of the local SSAS port and database id through a script. `pbi-tools info` would be great for this, but it does not report...

When using the mailer to send an e-mail from a background worker (that is, outside of the Flask application context), it crashes and burns.

enhancement