Yavor Konstantinov

Results 23 comments of Yavor Konstantinov

Thanks for the review! I will implement all the suggested changes.

Hello! I have started working on this issue and I have currently implemented all the logic necessary to use a file as the body of a request. The only thing...

Hi! I like the idea of using the `body` variable much better than what I have right now! It really is much more consistent with the API. I will make...

> Hi! > > I like the idea of using the `body` variable much better than what I have right now! It really is much more consistent with the API....

Hi, thanks for taking the time to file this issue. Right now, task finding support is sort of "dumb" because it assumes that the project files will be in the...

The failing tests can instead be change to this: ```javascript it('should return readme default template no html content', async () => { const result = await buildReadmeContent( context, defaultNoHtmlTemplatePath )...

I love it! I will wait for others to take a look as well and voice their opinions but I am all for the logo. Well done and thank you...

Thanks a lot for the review! I will work on making the changes!

Thanks again. I appreciate you taking the time to do this!

In the function `_copy_keymap_item`, there is a large and unsightly(in my opinion) usage of `obj.as_cons().unwrap()`. Should we add a function that is called `as_cons_unsafe()` which does this under the hood...