Cast issues
- Dominant language
- JavaScript
- Stars
- 453
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
> Also, qss will attempt to typecast Boolean and Number values.
Is there a way to this feature be optional? I'm facing issues with unwanted casting. Strings like '0101' or document numbers that starts with zero are being casted and must be handled padding zeros.
It would be nice a parameter indicating if should cast.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the qss querystring encoding and decoding entry points to understand where Boolean and Number casting occurs. Define how an optional casting control should affect values such as '0101' and zero-padded document numbers, then verify the behavior with focused tests; the issue does not name existing files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100