Raviteja Lingineni

Results 19 issues of Raviteja Lingineni

Planning on making this library `typescript` and as a common interface so that everything is supported. I looked at a lot of other ones, and this is the cleanest and...

### Summary #### What changed? Removing the old development page with a new Markdown based one. #### Why? This is part of Shipping MDX based pages for the Gestalt Docs...

minor release

Adding an extra prop to remove hard-coding of label names. Right now, we just pass back the boolean value of expanded are now. But SideNavigations can also be defined statically,...

patch release

# Pull Request Instructions Trying to add Visual-test results to CI ## Pull Request Template ### Summary #### What changed? At a high level, what changes does this PR introduce?...

# Pull Request Instructions ## Summary Minor doc updates on Textfield. Addressing reviewer feedback (had these changes on my local machine 😓 )

patch release

Query stock data only once per day and cache it on our own resources

enhancement

You will have to update the `indexing` function to store the indexes directly in S3 Bucket where the Lambda function is stored. It can almost ~2 seconds to get all...

good first issue
optimization

Currently, we don't get the entire document that was uploaded, only the id. This is by lunrjs design. But moving to elasticlunr, or storing the records in a DB, will...

good first issue

Currently there is no good way to block an indexed article from the search results or remove it completely. You may update an article with the old ID, both will...

bug

If a user clicks on a result, we don't keep track of that to boost it for next time. It would be interesting to somehow "update" an article and attach...

enhancement