Giter Club home page Giter Club logo

Comments (8)

nahiluhmot avatar nahiluhmot commented on July 20, 2024

I like the idea of taking multiple files for Docker::Image#insert_local, you can expect that in the next version release. As for the String vs Symbol keys, I wanted to stay consistent with the way arguments are passed to the other methods. I know I could remedy this by including activesupport, but I'm weary of that because it adds a large dependency on a gem which is intended to be lightweight. If you've got any other ideas, I'd be happy to hear them.

from docker-api.

ucarion avatar ucarion commented on July 20, 2024

Regarding using symbols, couldn't you use to_s to convert arguments into the expected string arguments before using them? I don't think that would break backward compatibility.

from docker-api.

nahiluhmot avatar nahiluhmot commented on July 20, 2024

Fair point, as long as nobody gets sick passing camelCased symbols :)

from docker-api.

bfulton avatar bfulton commented on July 20, 2024

-1 on camel symbols: that would be surprising and could complicate eventual support for snake-case symbols.

from docker-api.

ucarion avatar ucarion commented on July 20, 2024

@bfulton Good point. Then why not something like,

local_path = opts.delete('localPath') || opts.delete(:local_path)

(This would replace https://github.com/swipely/docker-api/blob/master/lib/docker/image.rb#L49)

from docker-api.

bfulton avatar bfulton commented on July 20, 2024

@ulyssecarion reasonable approach there but could get messy if applied everywhere. @nahiluhmot is there an issue that tracks just the symbol key access? Might be helpful to refer to since it seems to come up along with other suggestions. Also, would it make sense to conditionally support symbol access if the activesupport class is defined?

from docker-api.

nahiluhmot avatar nahiluhmot commented on July 20, 2024

@bfulton I've looked into it a little, but the Remote API is a bit inconsistent regarding which type of camel case they use (i.e. camelCase vs CamelCase). This makes it difficult to make a general solution for the snake case symbolic key issue.

from docker-api.

tlunter avatar tlunter commented on July 20, 2024

Closing this because #37 was merged. Regarding the symbol to string conversion, I think we should open an issue, but given the lack of standard in the remote API this would probably end up looking hacky.

from docker-api.

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.