Trim long values in AppMaps
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- tooling
Research direction
Start with the linked AppMap specification to confirm the 100-character requirement, then locate the value-field serialization in appmap-node. Verify that generated value strings are capped at 100 characters, including values such as rich objects; the issue also raises whether only own properties should be included.
Written by the indexing model from the issue text.
Description
The AppMap specification says this about value fields:
string describing the object. This is not a strict JSON serialization, but rather a display string which is intended for the user. These strings should be trimmed in length to 100 characters.
appmap-node currently does no such trimming. Note this can be particularly inconvenient when eg. this is an object of a rich class with many methods. Perhaps it's worthwhile to filter the dump to only own properties. We want to make these 100 chars count.
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 6
- Avg merge
- 18h 23m
- Merged PRs (30d)
- 8
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 getappmap/appmap-node
-
Difficulty 4/5 3-5 days Newbie friendliness 38/100
getappmap/appmap-node#183 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
getappmap/appmap-node#182 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
getappmap/appmap-node#181 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
getappmap/appmap-node#180 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
getappmap/appmap-node#179 ·
All issues in getappmap/appmap-node
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
area:tools bug good first issue help wanted priority:P2
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
TaewoooPark/Motifcode#14 ·
-
bug 🐞
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
[Bounty proposal] fix(web): memory insights count an evening memory on the next day ($25 proposed) Open
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
BasedHardware/omi#15320 ·
-
Difficulty 2/5 Half a day Newbie friendliness 78/100
vercel/vercel-plugin#199 ·