Buğra Gedik

Results 12 issues of Buğra Gedik

In `BasicResourcePool.close()` destroyer threads are created, but they are never joined. This causes Tomcat to complain that there are leaking threads. Yes, they will eventually stop running, but `close()` should...

My preferences pane is not showing the contents properly. I am on a Mac using Firefox 21. Attached is a screenshot. ![screenshot](https://f.cloud.github.com/assets/380854/643932/f37b9702-d380-11e2-9588-22265d68dd1c.png)

If I want to compress or uncompress only a view of my string/data, I don't see a way to do that without creating a copy. Do you think this can...

It looks like `hyperjaxb3` supports up to version 0.10 of `jaxb2-basics`. That is specified in the top-level pom file. Using it with 0.11 causes problems as below. Is it possible...

Does this have SqlAlchemy support (as in pyhive)?

Hi, are there plans to publish PyPI packages for these? https://pypi.org/project/webdataset/ It looks like 0.2.86 is the latest available there.

enhancement

The error is one of: ``` AttributeError: Can't pickle local object 'cache_localname..f' ``` or ``` AttributeError: Can't pickle local object 'default_localname..f' ``` Depending on whether `cache_dir` is used or not....

bug

`urllib` is only used for the `http` backend based on my look at the code, but the top level `requirements.txt` list `urllib` as a dependency. However, it should be only...

## Tracking issue Part of RFC https://github.com/flyteorg/flyte/blob/b3add894fd879d6b6c11e37ba292ae04bf60afeb/rfc/system/5598-deterministic-errors-distributed-training.md#flytepropeller-backend ## Why are the changes needed? Deterministic error propagation, see: https://github.com/flyteorg/flyte/blob/b3add894fd879d6b6c11e37ba292ae04bf60afeb/rfc/system/5598-deterministic-errors-distributed-training.md#flytepropeller-backend ## What changes were proposed in this pull request? Adding listing APIs...