Sean Freitag

Results 9 issues of Sean Freitag

It appears that Vertica support was removed from the codebase on 9/23/2017. Is there a reason it was removed? Do you just need a dev to maintain the support? I...

t: feature
d: Vertica
t: database support

This library is exactly what we want to use to externally test our API's, but we can't use Rack-Test. Is there any interest in me creating a pull-request that would...

Following MyPy's requested format documented in [PEP 561](https://www.python.org/dev/peps/pep-0561/#stub-only-packages), I renamed the main module per the mandated naming scheme. When used with MyPy, this actually works quite well. However, I currently...

I ran into an issue when querying data using "SELECT \* FROM TABLE JOIN OTHER TABLE ...". Both tables had a couple conflicting column names, and thus the result dictionary...

So in Event.forward: https://github.com/faust-streaming/faust/blob/master/faust/events.py#L167 which is used by the Stream.group_by: https://github.com/faust-streaming/faust/blob/master/faust/streams.py#L890 When using `group_by`, the original timestamp of the event is lost. In the case of the windowing I'm experimenting...

enhancement
question

https://github.com/faust-streaming/faust/blob/master/faust/tables/base.py#L564 It looks like when using the `.delta(timedelta)`, the delta does not respect if the table was configured to use a different relative relationship, whether it be `relative_to_now` or `relative_to_field`....

question

Forgive me if this exists and I couldn't find it, but I think it would be awesome if an HTTP cache of some sort existed with the client so that...

Enhancement

Why was this removed? I have been using Android support for some time now and depend on it for my use case.

Changes: * Fixes an Android intent bug * Gitignore to ignore generated files * Updating the Docker build advice to force amd64 (for those of us running MacOS Silicon)