Alan deLevie
Alan deLevie
Err, sorry! I agree with you, @arowla, that as Ruby (and sometimes JS and Python) person, I don't use these terms (composition) often or at all. Re the germane issue...
Sorting by #s of PRs accepted and issues closed could be a good, straightforward way to get started. The GitHub API should make this pretty easy to access: - https://developer.github.com/v3/issues/#list-issues-for-a-repository...
I had not, so thanks for bringing that to my attention @mle-els. This at least suggests to me there is some desire to use custom estimators without Skorch (though a...
This is an interesting use-case. What kind of API would you desire?
I kinda like that. Another approach might be to simply set all of these different params within `_jekyll_s3.yml`. Would be open to hear what others think.
You'd want something like this? ``` yml s3_id: YOUR_AWS_S3_ACCESS_KEY_ID s3_secret: YOUR_AWS_S3_SECRET_ACCESS_KEY s3_bucket: your.blog.bucket.com s3_bucket_directory: /photos ``` There could be something under the hood where "s3_bucket_subdirectory" simply defaults to "/" if...
So, @jblanton, maybe you could propose some code for how this should work? Either a high level description, a PR, or just some failing specs would be great. I think...
Also, I'll +1 this. I could use this feature right about now.
Can you be more specific?
Thanks for the quick note, @alvyjudy. > Is it a good idea to just replace from_json with from_authorized_user_file in the docstring? I think that would help. Maybe also point to...