-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with ExJsx dependency #153
Comments
Hi @julien-leclercq , I'm running into the same issue but I see your PR was never merged and you closed it. What did you do to solve it? (or perhaps you didn't?) To the owner, what kind of PR would you accept for this issue? I'd appreciate any help, thanks :) |
I am not the owner, but met the same issue. I'll add more information:
So at this point using Happy to help if possible! |
I wonder if one path could be to "just" stop using |
* Remove left-over from #1616 The db app does not use ex_aws directly anymore. * Do partial upgrade for ex_aws, ex_aws_s3 and sweet_xml * Bump up meck and mock * Bump up exvcr * Explain why we cannot upgrade yet (parroty/exvcr#153)
I ran into this problem today. Is there anything we can do to help here? |
I'm having the same problem. Is there any hope that this will be updated? |
Given that the broader Elixir community is circling their wagons around Jason, and issue parroty#153, it seems that moving to Jason would be a wise choice.
I started #179 this morning. I wouldn't mind a little help with some of the test failures. |
Given that the broader Elixir community is circling their wagons around Jason, and issue parroty#153, it seems that moving to Jason would be a wise choice.
Given that the broader Elixir community is circling their wagons around Jason, and issue parroty#153, it seems that moving to Jason would be a wise choice.
Given that the broader Elixir community is circling their wagons around Jason, and issue parroty#153, it seems that moving to Jason would be a wise choice.
Given that the broader Elixir community is circling their wagons around Jason, and issue parroty#153, it seems that moving to Jason would be a wise choice.
Given that the broader Elixir community is circling their wagons around Jason, and issue parroty#153, it seems that moving to Jason would be a wise choice.
Also having the same problem. Any updates? |
Nope! I'm a bit stuck on what to do here, and have had a lack of time to resolve the remaining issue. As far as I can tell the remaining failure requires some modification to how we record headers. I believe they need to be encoded using something like base 64 before we write them to a String. Give the PR a whirl. I'm happy to have some help 😄 |
FWIW, |
Any update here? Rabbit libraries focus on 3.0 jsx version so I cannot use VCR with rabbit. =( |
Given that the broader Elixir community is circling their wagons around Jason, and issue parroty#153, it seems that moving to Jason would be a wise choice.
Hello !
Would you be encline to accept a patch to allow usage of json toolkit other than
exjsx
?In several repo where I work (@fewlinesco) we have rabbitmq clients dependencies blocked because it requires a later version of
jsx
which is unable to install becauseexjsx
has a too early dependency onjsx
. I am asking you and notexjsx
because there was no commits for 3 years onexjsx
.What I plan to do is forking
exvcr
and make the stuff so it can useJason
for exemple instead ofexjsx
. This would allow us to get rid of this outdated dependency. If you are okay with that, I will provide the PR.The text was updated successfully, but these errors were encountered: