Expose numFollowSuggestionsWanted in configuration/properties/config.json
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
If I do:
sed -i '' -e 's/numFollowSuggestionsWanted:10/numFollowSuggestionsWanted:0/g' /Applications/Keybase.app/Contents/Resources/app/desktop/dist/main.bundle.js
suggestions are no longer displayed. I really don't like them and don't want them displayed. But the above is obviously a hack. I'd like to see numFollowSuggestionsWanted exposed via client's configuration.
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.
Research direction
Start with configuration/properties/config.json and trace how the client loads configuration properties. Expose numFollowSuggestionsWanted there, then verify that setting it to 0 suppresses follow suggestions without editing the bundled JavaScript.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100