Andrea Giacon
Andrea Giacon
I think that this widget asks for too many mandatory parameters. A lot of them could simply take a Default action (I think deserves for 90% of the use cases),...
I have pre-cache all the relevant files on a device, and their thumbnails: ``` for (FileModel fileModel in FileModels) { await DefaultCacheManager().getSingleFile(fileModel.getUrl(resize: ImageResize.small)); await DefaultCacheManager().getSingleFile(fileModel.getUrl()); } ``` When a user...
**Describe the bug** The Unstructured.io HTTP API does not accept files with the multipart/related content type. This issue occurs when uploading .mht files through a web browser, which sends files...
Example: `public.Test` If I request the shape: `http://localhost:3000/v1/shape/Test` -> `{ "root_table": [ "table name does not match expected format" ] }` `http://localhost:3000/v1/shape/test` -> `{ "root_table": [ "table not found" ]...
**Describe the issue** It's impossible to create a new user, both via signup or by invite a member inside a tenant. The signup says **Verify you email**, but it doesn't...
We cannot find the documentation for the REST API
The sync is inconsistent: - applies the changes with a delay - miss some changes https://github.com/user-attachments/assets/b9e44a87-2342-4e03-9de7-8740e9f08379 The code is pretty simple, I've tried with multiple PGLite options, FS, worker mode....
PGLite with the multitab support doesn't seem to support turbopack. Just tried with the official docs: Next.js bundler + Multitab workers
### Feature Description Table should have the builder pattern for performance reasons, lazy loading the cells that are not in view ### Problem Statement Big tables are impossible to load...