Make ficus api file-extension agnostic
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 64/100
Research direction
Search the Python package for DEFAULT_FILES and the file.stem check shown in the issue, then inspect the surrounding code and any related tests. Done means the default file is recognized by its stem rather than requiring separate default.yml, default.yaml, and default.json entries, while the existing supported formats continue to work.
Written by the indexing model from the issue text.
Description
DEFAULT_FILES = {"default.yml", "default.yaml", "default.json"}
Things would get simpler if we just used
DEFAULT = 'default'
if file.stem == DEFAULT: ...
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from AllenNeuralDynamics/ficus
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
AllenNeuralDynamics/ficus#87 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
AllenNeuralDynamics/ficus#85 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
AllenNeuralDynamics/ficus#84 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
AllenNeuralDynamics/ficus#86 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
AllenNeuralDynamics/ficus#83 ·
All issues in AllenNeuralDynamics/ficus
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100