Aaryan Kumar Sinha
Aaryan Kumar Sinha
Hi @Krastanov , I am new to Julia, and I would like to take this on as a challenge. I checked the `benchmark.jl` file and reviewed the benchmark setup of...
Hey @Krastanov , I spent some time with the codebase, and I feel that I will be able to complete this task within 1-1.5 month. Here is the plan that...
Hey @Krastanov , I have worked on spliting the `register operations`, specifically `create_register` and `initialize_register`. I have split the `register_creation_and_initialization()` in the master branch in 4 separate functions, for micro...
Hey @Krastanov , Please review this PR, I don't get why the checks are failing, I have tested the benchmarks on my local machine, and everything seems to be working...
Hey @jycor and @angelamayxie , I tried @jycor fix, and here is what I did In `processParsedQuery` inside `dolt/go/cmd/dolt/commands/sql.go`, DDL statements (like `CREATE TABLE`) were returning `nil` for both schema...
I would like to try it
Hey @benoit74 , I would like to work on this issue, but I am new to this repo, can you guide me on how to start contributing, and documentations to...
Hey @benoit74 , **TL;DR:** I added `duration_seconds` in `videos_channels`, and propose computing each playlist’s total duration inside `generate_playlist_object()`. I plan to implement this feature through 8 small, focused PRs (backend...
Hey @benoit74 , Just a small follow-up in case my earlier message got buried. If assigning the issue isn’t necessary, I can start working on it right away and open...
Hey @benoit74 , I'd like to work on this issue. Right after ```python known_args, warc2zim_args = parser.parse_known_args(raw_args) ``` - simply check if `--overwrite` flag is there or not, if present...