type-checker

Results 24 comments of type-checker

> Hey [@type-checker](https://github.com/type-checker) !! Thank you so much for the detailed issue. Appreciate that very much. > > Bug 1 and 2. We just merged a fix yesterday. We'll be...

You were able to partially reproduce the issue. > 23340 files (135.0 MB) in 2s 592ms > šŸ‚ commit fcd3383f8744289504631726a6683d11 -> 'init' in 7s 962ms When you first staged 23,340...

## Environment **OS:** `macOS 15.3.1` **Oxen version:** 0.35.0 (built locally from the latest cloned source) ### Issue-1 When running `oxen add .` on a repository downloaded as a ZIP from...

### Issue-2 When running `oxen add .` on a repository cloned from GitHub without submodules (e.g., [pytorch/pytorch](https://github.com/pytorch/pytorch)), I noticed that each time I stage files with `oxen add .`, it...

### Issue-3 Sometimes, when running `oxen push` or `oxen delete-remote`, I encounter errors stating there is not enough space to push a new repository or even delete an existing one....

Hi @subygan, does it help with identifying the issues?

> Hi [@type-checker](https://github.com/type-checker) This helped with identifying the issue. we have done a lot of optimisations for both `add` and `push`. So these issues should be cleared in the upcoming...

Hi @subygan, I’ve retested, and the speed of `oxen add .` has improved significantly (**It is faster than `git add .`, happy with the performance, Congrats** šŸš€). However, I haven’t...

@jcelliott > The total time for add, commit, and push of that 3GB file was 36 seconds on our last run. Is this benchmark was with your local oxen server...

@jcelliott Even Oxen cloud is taking nearly the same amount of time— `Total: 24m 20s 482ms` —to upload a 3GB file. Please review the full logs shared below: ### Environment-3...