kael
kael
> Testing with a Greasemonkey script for all the links of the page, links deletion of the deleted account appears ok: for each link, `total` annotations equals the number of...
Is there any update with this bug ? Can we rely on the `total` value returned by the API or do we need to query the next batch (until `rows`...
Alright. Thanks
+1 on adding partial BODY FETCH response regex pattern. This works: ```js RE_BODYLITERAL = /BODY\[(.*)\](?:)? \{(\d+)\}/i; ```
Is it possible to use parameterized pattern-matching with `remix` file system similarly to `react-router` routes ? ```html ```
> it is possible to handle this in `$.tsx` by parsing the url pathname Yes, that's what I finally did. Not as elegant as `react-router` way, and I might need...