Ian Channing
Ian Channing
Indeed it pastes back in the first `7`:  After cutting and pasting back in: 
Leaving a note here for potential examples of how it could be done. [Downshift `useSelect`](https://www.downshift-js.com/use-select) seems like a close use case and has a nice example of working with a...
@ayuka-bg That's a great example - but I didn't spot what you meant at first. Could you maybe create a separate multi-select dropdown without the `getOptionValue` to show how it...
Actually I [forked it](https://codesandbox.io/p/sandbox/react-hook-form-example-forked-z4755q) show what I mean: 
Note that weirdly I hit this problem when switching from the Apollo GraphQL client to the urql GraphQL client. I haven't been able to figure out why because the options...
> @holloway Thanks for the migration code example. Just what I was looking for. I'm running into one issue though. 'myColumnName' is throwing an error when migrating. The message says...
With @holloway 's [script](https://github.com/knex/knex/issues/1699#issuecomment-402603481) I got the following error: > `migration failed with error: ALTER TABLE screenings ADD CONSTRAINT screenings_status_check CHECK (status = ANY (ARRAY['CREATED'::text, 'NEEDS_REVIEW'::text, 'ARCHIVED'::text, 'FAILED'::text])); - check...
So am I correct that the current datasource `https://github.com/evidence-dev/datasources/blob/main/influxdb/index.mjs` is assuming that you pass in a flux query?
Note that #110 is the relevant fix I assume you're talking about
Further notes - the page is in 'Quirks mode'  Regular Firefox reader view works:  The similar plugin to yours, [unclutter](https://unclutter.lindylearn.io/), also fails,...