Felipe Ishihara
Felipe Ishihara
When going between documentation pages the scroll bar keeps its position instead of going back to the top of the page sometimes. Steps to reproduce - Go to https://serpapi.com/related-questions -...
Issue originally reported in https://github.com/serpapi/SerpApi/issues/5235. Default playground example for Walmart Product API is broken. Documentation example is working correctly though.  [Playground](https://serpapi.com/playground?engine=walmart_product&product_id=520468661) The product seems to be unavailable on Walmart:...
Issue originally reported in https://github.com/serpapi/SerpApi/issues/5235. Default playground and documentation examples for Google Lens Image Source API are broken due to an expired token.  [Playground](https://serpapi.com/playground?engine=google_lens_image_sources&page_token=YjhiNjc3YmItNTc0ZC00NjBmLTg1ODktYjUxYmFiODA4ZWU5) | [Documentation Example 1](https://serpapi.com/search.json?engine=google_lens_image_sources&page_token=ZjdjNzZjYjAtODlkOC00YTQwLWIzZWYtMzE0MGU2OTgzNzY3) |[...
Resolves https://github.com/codeitcodes/codeit/issues/182 Two lines on `full.css` were overwriting the CSS on the head element from `codeit.js`. This PR removes them and adds line wrapping to the editor. I mainly use...