Michael Caterisano

Results 17 comments of Michael Caterisano

@calavera My netlify.toml is like yours, but this still only works for me using `netlify dev` and not in production.

> Thinking about this more, is there a place that one configure that the custom function be used for all subscriptions? That would make it simpler for the triggered subscriptions...

@benwilson512 Just following up, any feedback would be appreciated. We'd love to move off of our fork. Happy to make adjustments to this approach if you have thoughts.

> Sorry just saw the question, let me dig in further. Thanks!

> What if we added an execute_documents optional callback to the Absinthe.Subscription.Pubsub behaviour? @benwilson512 I took this approach in #1305. Let me know what you think. > I want to...

@maartenvanvliet @benwilson512 I recently forked Absinthe because I needed to customize the `run_docset` function. It seems this PR would allow me do that without forking. Were there any objections to...

@benwilson512 Sounds good, my team and I are happy to work on a callback approach. We'll have a PR up soon.

@benwilson512 For viz, this PR would address this issue: https://github.com/absinthe-graphql/absinthe/pull/1295. Would appreciate your thoughts about the direction.

Same issue here. I didn't need everything in https://github.com/elisemercury/Duplicate-Image-Finder/issues/85#issuecomment-1927871788. The following works for me: ``` import difPy if __name__ == "__main__": dif = difPy.build("path/to/images") search = difPy.search(dif) print(search.result) ```