Pierrick Lozach

Results 13 issues of Pierrick Lozach

I have looked at https://codesandbox.io/s/customizing-grouprow-material-table-forked-tcegil?file=/src/index.js to understand how a custom GroupRow can be created. However, when opening a row, it looks different than what the row should really look like....

question

This is a: * [x] Feature request or change * [] Bug report --- Related to #81 For feature requests or changes: ### Current behavior (if any) Currently uploads each...

question

What is the proper way to use the changes submitted by SNOW-101830? Is it enough to pass the tokens to createConnection() like the following? ``` const connection = snowflake.createConnection({ sessionToken:...

enhancement

First, thanks for your work. It's amazing! Running on a Mac M1, when I upload more than 7-8 PDFs in the `source_documents` folder, I get this error: ``` % python...

**Describe the bug and how to reproduce it** ingest.py fails with a single csv file ``` Downloading (…)5dded/.gitattributes: 100%|█████████████████████████████████████████████████████████████████████████████████| 1.18k/1.18k [00:00

bug

When using `var camera = new cv.VideoCapture("http://172.18.178.91/video/mjpg.cgi");`, I get the following error: ``` 2017-04-26 12:50:23.185 node[33052:9194346] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 0...

### Description The documentation page states that we can use a different backend host for Claude, such as AWS. However, the link [in the ANTHROPIC_API_HOST row](https://github.com/enricoros/big-AGI/blob/main/docs/environment-variables.md) is invalid. Would you...

type: bug

When I run `npm start`, I get this error: ``` pierrick@DESKTOP-IUSAC6E:/mnt/e/crypto-lstm-3$ npm start > [email protected] start /mnt/e/crypto-lstm-3 > babel-node src Illegal instruction (core dumped) npm ERR! code ELIFECYCLE npm ERR!...

I get this error when I run `pnpm dev` and go to http://localhost:3000: ```console Import trace for requested module: app:dev: ../../node_modules/.pnpm/[email protected]/node_modules/picocolors/picocolors.js app:dev: ../../node_modules/.pnpm/[email protected][email protected]_@[email protected]_@[email protected]__@[email protected][email protected]_/node_modules/tailwindcss/lib/featureFlags.js app:dev: ../../node_modules/.pnpm/[email protected][email protected]_@[email protected]_@[email protected]__@[email protected][email protected]_/node_modules/tailwindcss/lib/util/getAllConfigs.js app:dev: ../../node_modules/.pnpm/[email protected][email protected]_@[email protected]_@[email protected]__@[email protected][email protected]_/node_modules/tailwindcss/lib/public/resolve-config.js app:dev: ../../node_modules/.pnpm/[email protected][email protected]_@[email protected]_@[email protected]__@[email protected][email protected]_/node_modules/tailwindcss/resolveConfig.js app:dev:...

bug

Thanks for this great project. I love it! However, once I have created my own instance, what is the best way to get all the latest changes? Should I download...

enhancement