Klevison Matias
Klevison Matias
I'm facing the same problem. I wanna send (HTTP POST) a png file and other string parameters. But when I post it, every parameter has a string concat "ThIs_Is_tHe_bouNdaRY_$". I...
Yeah, my server is expecting a multipart/form-data. We are using something like this: http://www.w3schools.com/php/php_file_upload.asp
All param has a pattern: PARAM_VALUE ------------ThIsIs_tHe_bouNdaRY$ Content-Disposition: form-data; name="PARAM_NAME" but, the first param(latitude) hasn't this pattern. Maybe it is the problem.
Ok whether you don't want to merge it, but for me it was very useful. I just want to use a custom radius :)
Its ok
The real example: https://livestats.com.br/ If you scroll down (when have a multiples cards) you will see that every 15 seconds it call realoadItems and scroll to top
I'm using phoenix framework js interpolation (https://hexdocs.pm/phoenix_live_view/js-interop.html). So basically my code is: app.js ``` Hooks.MasonryHook = { updated() { const iso = new Isotope('.masonry'); iso.reloadItems(); }, mounted() { const masonryOptions...
Can you check `indexPathsToInsert` and `indexPathsToDelete` values? Can you show me your code?
Can you show your viewcontroller source code?