Michael Aubry
Michael Aubry
## Environments * Framework name: React * Framework version: 18.2.0 * Component name: React-Selecto * Component version: 1.17.0 * Testable Address(optional): https://daybrush.com/selecto/storybook/ ## Description When you have a selectable target...
**Problem** When dragging it's a challenge to manage state from refs because internally `this.setState` will always override any `refs.setState` making it useless. Even if you return false from the function...
Gulp
Added delete functionality so that the gulpjs version can send delete requests. I added all the delete functionality from the original gruntjs version the same way, the only thing I...
**Problem** I am using React DND to handle dragging. I need it because redux is implemented under the hood which gives me the ability to have one drag layer and...
It would be nice to pass different models here https://github.com/embedchain/embedchainjs/blob/ff5c5fef4bf3dc7ae3b44d28142e42f596829b14/embedchain/embedchain.ts#L146 i.e gpt-4 Also I am thinking about deploying a chromadb instance on cloudformation https://docs.trychroma.com/deployment?lang=js So it would be nice to...
``` useEffect(() => { scan({ enabled: process.env.NODE_ENV === 'development', log: true, includeChildren: true, report: true, }); }, []); ``` This within a main component works for me when using next.js...