James Budarz

Results 30 comments of James Budarz

I think that should be resolved by using fetch-depth=0 in checkout. The following seems to do the trick, if anyone is looking for the answer: ``` jobs: lint: runs-on: ubuntu-latest...

Would it be cleaner to leverage the `os.path` (or even [s3path](https://pypi.org/project/s3path/)) module to cleanly get consistent paths?

It seems that UvicornWorker doesn't run `notify()` on every request, so `gunicorn` is interpreting the worker as unresponsive.

Hi @jarondl I ran into the same issue with MBTA Data, so I did a little research... It looks like `stop_lat` and `stop_long` are actually Conditionally Required according to the...

I just opened PR #68 to circumvent this kind of error, just warning the user when stops are skipped, for example. This could make it easier to handle problematic data...

Do you have any examples where you've successfully performed conditional checks? The checks I see only require one column at a time. For `stop_lat` and `stop_long`: > Conditionally Required: >...

@ori-katz100 I can't find it in the documentation and it looks like I'm getting log-odds as well. Has support for model_output='probability' dropped?

@pranavrth might be the contributor most familar with the DeserializingConsumer

That's exactly what I'm saying. This issue isn't that it doesn't work- it does. But the `Message.value()` return from a `DeserializingConsumer` is a dictionary, right? If so, this doesn't conform...

Okay, I've narrowed the Issue title to indicate that this is true for the `AvroDeserializer`. It's really just a matter of changing the expected output type to be more inclusive...