Closed sylvesterroos closed 4 months ago
Can you look at the 'attrs' for the cell that's breaking?
Try copying them and Jason decode followed by a Base.decode64(padding: false)
This was a behavior with an older version that used an ETS table to store bindings and would hold the reference in attrs, which is why it wouldn't serialize. But this shouldn't be the behavior for the current version on main
Where do I find the attrs?
If you click to export at the top right does it break? If not, you can find the attrs as a comment above the smart cell in the markdown. It might not work considering that it's the serialization that is breaking
Yup, export causes a crash
Firstly, I was using a cached version of the Merquery dependency. However, avoiding the cache using the force: true
flag on Mix.install doesn't work because mix.exs
expects the curl_req
dependency to be located in your Documents folder
Ok can you try adding 'force: true' as the last argument in your Mix.install?
It might be working on a cached version instead of main
Ok yeah that's a mistake from late night coding. I had to fork curl req. lemme try updating it.
Ok try repulling with force true
It's working now :smile:
Awesome! Sorry about that lol. Also there's a new download and import from file feature you should have now. Try it out and let me know what you think
Not sure if you wanted to continue the convo in this issue, but the download and the importing of the download works without issues as far as I can tell :)
Whenever I add a a Merquery smart cell to my notebook and I try to save it, the session crashes with the following error:
Replication:
{:merquery, github: "acalejos/merquery"}
), click reconnect and setuphttps://v2.jokeapi.dev/joke/Any
I'm using Livebook 0.12.1