Graeme Fulton
Graeme Fulton
`useMulti2` in meteor seems to work for me, but useMulti from vulcanjs/hooks is not getting the filter after loadmore. I am filtering documents by `userId` (and a template type field),...
I have tracked it down to here: https://github.com/VulcanJS/vulcan-npm/blob/98b23f1ea04b18c39b036faafb075951b4bd4549/packages/react-hooks/multi.ts#L182 in `fetchMore`, I don't see the `filter`, only the `input` with offset: ``` return fetchMore({ variables: { input: offsetInput }, updateQuery: fetchMoreUpdateQuery(resolverName),...
> Thanks for pointing that out. Will add it whenever we have a chance to rework on schema nesting. Yeah probably not essential at the moment, since the old way...
I'm using oldschool react classes, so keep the results in component state. Then I check and update the results in `componentDidUpdate`, and render from the state's copy: ``` constructor(props) {...
This might be basic, but how does the createSchema wrap? e.g. how would I change my nested schema for 'articles' (`articles.$`)? My guess is you remove `articles.$`, something like in...
I wanted to do this too. Maybe it's not the best way, but this is my process incase anyone else is searching. I did it by having a flag in...
same as @bouncycat for me, answer in the forum doesn't help because it requires manual entry
Hey I gave it a go on this PR into this same branch: https://github.com/steven-tey/novel/pull/32 https://www.loom.com/share/33babc8605da4f179894d3aa44c80e05?sid=6491ce36-aa1f-48d2-9948-5dae43c2130b it's not quite right though! On this line: https://github.com/GraemeFulton/novel/blob/490a8cbf008edb9322785566935b3b840fd99c60/ui/editor/components/bubble-menu/ai.tsx#L69, I minus 120 from the left...
Yeah I have something similar with letter app, but probably more hacky 🤓 with the time constraints - which isn't ideal for open source. It'd be good to see more...
same problem here, any reason why the enter config doesn't work?