Michael Chrisco

Results 69 comments of Michael Chrisco

I tried the same thing and got the following error in heroku: ``` bundle exec ruby web_app.rb/app/vendor/bundle/ruby/3.0.0/gems/faraday-0.11.0/lib/faraday/options.rb:160:in `new': tried to create Proc object without a block (ArgumentError) from /app/vendor/bundle/ruby/3.0.0/gems/faraday-0.11.0/lib/faraday/options.rb:160:in `memoized'...

Yep. @thehassantahir. I was able to get it working via a fork by @HIDE810 here(thanks!): https://github.com/HIDE810/automated-github-organization-invites and fixed an issue where teams were nulling out here: https://github.com/michaelachrisco/automated-github-organization-invites/blob/master/web_app.rb#L91 Should probably be...

Sounds good, we have a couple for your perusal and approval.

@sabas Thanks, can you do me a favor and create a PR with the verbiage you would like to use? Feel free to add to the examples if you have...

Using Django 3.0.4 I am having the same issue. When I did a bit of debugging, I found that `if isinstance(form, CustomImportForm):` was always returning `False` in the above example,...

> Interesting. I was working on another lib a few weeks ago, and ran into an issue with `isinstance` usage. [I had to also use `issubclass`](https://github.com/mercadona/rele/blob/master/rele/config.py#L78). Could it be related?...

I got this working a while back....by monkey patching a large method within the library. We have sense moved on from using this library, but I would suggest waiting until:...

@aguileraGit If you remove line 36 from your example, the code should work. I was having issues with the loader as well until I let Madeleine take over pulling the...

I have used both for sample files. I would say that both libraries are just about as fast as one another. One big difference is EDI.Net is open source (MIT)...

@nycbauer The sample POCOs are here: https://github.com/indice-co/EDI.Net/tree/master/test/indice.Edi.Tests/Models Its not really a library, but it is a collection of models that you can use.