support .binder instead of binder as config directory
See original GitHub issueI would like to use the path.binder/
rather than binder/
for my repo configuration. I read the docs but couldn’t figure out if it is supported to change the config path. I tried it and I think it did not work.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
support .binder instead of binder as config directory #617
I'm +1 on a change like this. It would be nice to have the option to "hide" the binder directory from the user....
Read more >Get started with Binder — Binder 0.1b documentation
A Binder repository can be built by a BinderHub, which will generate a link that you can share with others, allowing them to...
Read more >Binder Documentation
Binder is a tool for automatic generation of Python bindings for C++11 projects using Pybind11 and Clang LibTooling libraries.
Read more >ConfigurationBinder Class
Static helper class that allows binding strongly typed objects to configuration values.
Read more >8. Configuration Options
Spring Cloud Stream supports general configuration options as well as configuration for bindings and binders. Some binders let additional binding properties ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is very typical, for example .circleci etc, that build configuration stuff is in hidden files and folders. Since it has been done with the nonhidden binder folder up until now, i also think a pr to support both would make sense.
I’ve opened PR #653 to add support for the
.binder
directory.