Daniel S.
Results
2
issues of
Daniel S.
# Goal Use axum::Form extractor with loco, to improve egonomics for raw html form post requests, especially when using view_engine (with or without htmx). The following (note that this does...
Adding Locator from puppeteer would allow the use of Locator static functions like [Locator.race()](https://pptr.dev/api/puppeteer.locator) Motivation: Chrome's built in dev tools "Recorder" uses Locator.race() a lot to find elements. Which is...