Tyler Hutcherson

Results 111 comments of Tyler Hutcherson

Hi! I was about to open a new issue for the same thing - but I will add on here to provide more context. I have a nearly identical use-case....

Based on further reading -- it's possible `FT.AGGREGATE` might allow me to do something like this. But I am still working through that.

> It looks like the `model.save()` method converts to a dictionary first before it passes to the encoder. This may be ok. I think the piece that's missing here, and...

I would ditto this feature request. Recently at Skafos we've been using the Object Detection toolkit a bunch. I've run into situations where I'd make it through hours of training...

We had the exact same use case (sorry I am late to the party here) and ended up solving it by implementing some custom code on our end. While hydra...

@cjus Can also likely chime in since he designed the routing table approach on our end :)

@cjus Our app in question is already using the following package.json: ``` { "name": "shopify-webhooks-v1-svcs", "version": "0.1.3", "description": "Shopify Webhooks", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\"...

Looks like our app has the dependency, but the `hydra-plugin-hls` is not getting loaded/configured for us with `hydraExpress`. Our app has the following imports: ``` const hydraExpress = require('hydra-express'); const...

I tested this update on our app, yet I still get the same error thrown by the `hydra-express` lib above.

> @tylerhutcherson is there any chance that your exception is occurring before the logging plugin is bound? Happy to help debug this via zoom. You have my contact info. It...