Dylan Stein
Dylan Stein
I think this project would benefit from the ability to send in the 6 digit token OR to send in a URL to the email or phone number provided to...
Maybe not self explanatory, the README specifics installing with `yarn`, but running with `npm`? Just wondering why?
after switching over to the the react-form-hooks based inputs from https://ui.shadcn.com/docs/forms/react-hook-form I have noticed that autocomplete for anything except username and password is not working. based on the MDN doc:...
Quick note: Based on the docs from cert-manager: https://cert-manager.io/docs/configuration/acme/dns01/webhook/ the webhook dict key is incorrectly indented. ``` apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-staging spec: acme: server: https://acme-staging-v02.api.letsencrypt.org/directory email: [email protected]...
hey all. I'm trying to make a `update_user` mutation that verifies that the ID passed via the input is the same as the request user. thankfully I found the `node_id.aresolve_node`...