Takuto Yuki
Takuto Yuki
- https://github.com/mui/material-ui/issues/34169 - Occurs when non-English - Change `router.pathname` to `window.location.pathname` - `router.pathname` does not include the locale path - Deleted TODO comment as it is no longer needed. ---...
## Summary This PR aims to extend the functionality of the multiply and divide functions in the numjs library by allowing them to accept scalar numbers for both a and...
Update Documentation: Clarify the Distinction Between browser-use’s Browser and Playwright’s Browser
While addressing a recent issue, we noticed that some users are confusing browser-use’s Browser class with Playwright’s Browser. I understand that this mix-up is somewhat understandable given the similar naming...
### Type of Documentation Issue Other (specify in description) ### Documentation Page https://docs.browser-use.com/ ### Issue Description As someone who regularly reviews issues, I've observed that deploying documentation directly from the...
This pull request addresses issue #804 by adding logging of the total input tokens used during processing. This enhancement allows users to calculate costs associated with token usage more accurately....
Currently, `google-api-core` is only installed when optional dependencies are included, but it is directly imported in the code. This leads to an import error when running without optional dependencies, causing...
### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...