Ian Channing

Results 80 comments of Ian Channing

Indeed it pastes back in the first `7`: ![Screenshot from 2023-02-25 05-38-53](https://user-images.githubusercontent.com/233318/221338565-8e282117-c35f-447e-8a73-c4465e427b9c.png) After cutting and pasting back in: ![Screenshot from 2023-02-25 05-39-43](https://user-images.githubusercontent.com/233318/221338562-569ca2cb-40e6-406b-9a1d-57f6bbd93156.png)

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: ![Screenshot from 2024-02-22 08-30-23](https://github.com/vtaits/react-select-async-paginate/assets/233318/b73d00f8-80a6-4584-968e-a05a69af5c96)

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' ![Screenshot from 2023-02-01 20-42-12](https://user-images.githubusercontent.com/233318/216146502-7f629941-c686-4103-86a6-969b6f2c1d87.png) Regular Firefox reader view works: ![Screenshot from 2023-02-01 20-40-01](https://user-images.githubusercontent.com/233318/216146628-a6ef07bb-fcc2-43aa-856a-da7fad4c422d.png) The similar plugin to yours, [unclutter](https://unclutter.lindylearn.io/), also fails,...