William Rocha-Thomas

Results 10 comments of William Rocha-Thomas

I had a similar issue after a call to .add, and found I had to inspect `LDAP.get_operation_result` to detect errors. If `LDAP.get_operation_result.code > 0`, there's normally a useful message in...

We see the same thing in our codebase. I don't think it's easy to help you though without more details (the exact error message, OS/memory/processor specs of your machines running...

@floriank should this issue be closed? I noticed the associated PR was, because this issue was based on old code?

I think my PR will fix this for all types of links going forward https://github.com/contentful-userland/contentful.ex/pull/181

PR [#181 ](https://github.com/contentful-userland/contentful.ex/pull/181) been merged now, so this issue should be gone @floriank. Given it's been 7 years, I'm not sure whether @stavro still needs this 😂, I think it...

@jonvanputten @leohoe @evayde did anyone find a workaround? I'm encountering this issue now, I can see the call the library makes to the Contentful API is getting a lot of...

I've created a PR to address this https://github.com/contentful-userland/contentful.ex/pull/181

PR [#181 ](https://github.com/contentful-userland/contentful.ex/pull/181) been merged now, so this bug _should_ be fixed @floriank. @jonvanputten and @leohoe take a look at version 0.6 that's just been published. With that version, if...

Thanks for creating this PR @jfreeze, I've had to hurriedly copy your changes into our fork as we needed them too https://github.com/getdizzie/scrivener_html. I know a few people have started forks,...

From the[ 'Getting Started' guide](https://hexdocs.pm/phoenix_swagger/getting-started.html): > The outline of the swagger document should be returned from a swagger_info/0 function defined in your phoenix Router.ex module. >```elixir > defmodule MyApp.Router do...