Results 27 comments of Marc Coët

@zachleat, as a path forward for closing this issue, I see 2 possible improvements. 1. Improve the docs to pin explicitly what `urlPath` does, provide some example setup and configurations,...

Ok, that is what I thought. In this plugin specifically, would it be possible to have the `query` parameter accept a function so that we can modify it manually? I...

For reference, I suggested adding a feature on the GROQ spec Github [here](https://github.com/sanity-io/GROQ/issues/103).

Update: I currently landed on this syntax. ``` const { tag = "div", text, html, raw, ...attributes } = block; const a = JSON.stringify(attributes).replaceAll('"', "'"); const t = text ?...

Just to make sure I was clear... Note that it seems to work when we don't need props. ``` ```

+1 Though, this is a breaking change so it should probably be a version 2.0.0 To make it non-breaking, the plugin should automatically transform every timestamp to date I suppose....

For me enabling fingerprint auth creates a hectic, unpredictable login screen behavior. When I "lock screen", sometimes the password is asked, sometimes the fingerprint and sometimes both, and sometimes the...

And a personal opinion regarding this: > Also the installer should offer the option when finding a known working scanner hardware to set up fprintd, libpam-fprintd, pam-auth-update && fprintd-enroll, preferably...

I'd like to add a suggestion. I feel like it would make a huge impact for the power user to be able to edit the raw content of every file...

Just for cross reference purpose -> Seems this request emerged from #301 .