Mark Dominus

Results 2 comments of Mark Dominus

The Javascript can look at the query parameters and, if there are any, prepopulate the input field with the query parameters instead of with the placeholder text. On Thu, Oct...

Yes, I think so. I can tell the browser to visit `https://errors.haskell.org/?q=blah`, then the code in `tableFilter.js` can see the `q=blah` in the query parameters, fill the input field with...