Adileo Barone

Results 10 comments of Adileo Barone

> Don't object to this, but unfortunately the linting is not happy. > > Most of the linting issues were fixed with #257 but that PR has other elements which...

Thanks for the suggestion I'll keep it on the roadmap

Related comment: https://github.com/vercel/next.js/discussions/41745?sort=top#discussioncomment-4077917

Thanks a lot for you Answer @Fredkiss3 At the end I resorted to do something like you described but wasn't very sure on the approach. Now at least I'm sure...

Hi! Of course, it's on the roadmap, I'll keep you posted and thanks for your support.

I'll mark as a feature request since I need to understand if it's feasible with the CI/CD pipeline currently used to build the software + the dependency on another binary...

Thanks for reporting the issue. Since I don't have a Win 10 machine at hand. Do you have any crash/log errors? The only dependency I could think of are: -...

No problem, you're welcome I've tried to use it on a clean Win 10 installation in a VM and noticed that the software had a dependency on "Visual C++ Redistributable",...

Hi @mariobrostech! Thanks for the help in debugging! I could embed that in the build but it would increase the bundle size of around 100MB for the application. Probably I...

+1 on this This is a reproducible example: ```sql USE ducklake; -- Set small target file size to control merging behavior CALL ducklake_set_option('ducklake', 'target_file_size', '10KB'); CREATE TABLE t (id INTEGER,...