Giter VIP home page Giter VIP logo

Comments (8)

borkdude avatar borkdude commented on September 8, 2024 2

@malcolmsparks babashka v0.2.13 released with this bugfix

from babashka.curl.

borkdude avatar borkdude commented on September 8, 2024

@malcolmsparks Sorry for this inconvenience. I changed this in commit b3bf0ba. All the tests still pass and I think this is the saner option to use.

Just for my info: do you use this from babashka? Is this blocking for you and do you need a new release?

from babashka.curl.

malcolmsparks avatar malcolmsparks commented on September 8, 2024

@borkdude ah, in that case, I'll close this issue - it's just what I'm looking for.

Yes, I'm using this from babashka (via the Arch AUR package). I'm not blocked, I could work around this with a direct call out to clojure.java.shell for now.

from babashka.curl.

borkdude avatar borkdude commented on September 8, 2024

This is a new babashka binary with the change:

https://15545-201467090-gh.circle-artifacts.com/0/release/babashka-0.2.13-SNAPSHOT-linux-amd64.zip

Maybe you could test it out.

from babashka.curl.

borkdude avatar borkdude commented on September 8, 2024

Note to self: I wonder what the default should be for posting strings. Now I changed this from --data-raw to --data-binary... the tests pass, but I'm not entirely sure if this is the correct thing to do. Should check this before next bb release.

from babashka.curl.

malcolmsparks avatar malcolmsparks commented on September 8, 2024

--data-raw and --data-binary are equivalent except that --data-binary supports the @ character for sending files. For posting strings, the -d option (which is the same as --data-ascii) should suffice.

from babashka.curl.

malcolmsparks avatar malcolmsparks commented on September 8, 2024

I've tested the new binary on my system (I'll keep it in /usr/bin/bb and report any issues I find). For my file upload tests, it works perfectly, and the files are no longer 'corrupted'. Thanks very much!

from babashka.curl.

borkdude avatar borkdude commented on September 8, 2024

Actually --data-raw is similar to --data, not --data-binary. I think using that for the string? body makes most sense, so I'll revert it for that case. Thanks.

from babashka.curl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.