Connor Jacobsen

Results 12 comments of Connor Jacobsen

@ept Since there are a couple preview releases out, do you think it's (mostly) safe to consider the data formats and APIs stable at this point?

Does this change fix it for you? https://github.com/jeremyjh/dialyxir/issues/444#issuecomment-940223772 If so, I have a fork with the change implemented here: https://github.com/connorjacobsen/dialyxir/commit/499b54b4872ca396002ec517e46c8d602c1e113d

This would be an awesome feature.

Taking a screenshot also returns the image as a URL rather than as file data.

Hey @teamon I used this as a base for a version that is adapter option driver: https://github.com/connorjacobsen/tesla/tree/hackney-response-streaming I would love to be able to use hackney to stream responses like...

@tim-smart @yordis is there anything I can do to help with this PR? Or the fork I linked above? tesla is a fantastic library and I would love to be...

@yordis I am equally happy with either solution. I basically just took @tim-smart's [comment](https://github.com/elixir-tesla/tesla/pull/498#issuecomment-1276898245) and riffed on it in a way that kept mostly everything isolated to the Hackney adapter...

I am also getting this bug. Currently on version `0.2.1`.

:+1: to the example mixing C code and OCaml with OCamlbuild as the build system. Im having an extremely difficult time getting OCamlbuild to link a `.o` file I have....

@lindig If nothing else, your example helped me figure out how to build my mixed C and OCaml executable, so thank you. You could make that example simpler by adding...