Siddhartha Dutta

Results 4 issues of Siddhartha Dutta

Fixes: https://github.com/redislabs-training/ru102py/issues/71 Test `site_stats_dao` was passing because `max_wh_generated` happens to be equal to `max_capacity`, because of reading 2.

### Describe the Bug Wrapping an `` with the `` tag seems to have no effect. Hence, cannot add images as links. ### Minimal Example to Reproduce ```python3 from xhtml2pdf...

bug

Fixes https://github.com/cyntler/react-doc-viewer/issues/266. Usage: ```tsx function App() { const handleOnFetchError = (error) => { console.error("Fetch error:", error); // Add any custom error handling here }; return ( ); } ```