yk-kd

Results 8 comments of yk-kd

Thank you for your reply @Yao725 Sorry. I mistakenly thought this could call a Request(HTTP) trigger.

@valentinpalkovic thank you for your review. I fixed to use dynamic import in commonjs. Nodejs 18 can use fetch without node-fetch. Have you considered removing the node-fetch dependency?

@valentinpalkovic Node-fetch under code seems to have been removed in #27039 I've changed it so that it is removed from scripts as well, just in case. Should I close the...

Hi @valentinpalkovic, There is no node-fetch dependency in package.json when grepping under code. There is one in yarn.lock, but it is a dependency of danger or octokit.

This is because tabview contains a module docstring and imports from `__future__`. Adding a comment has turned the internal comment into a string. ```python ''' module docstring ''' ''' string...

Fonts can be made configurable to display graphs more neatly. So it would be great if you could make the letter of the join configurable. https://github.com/kovidgoyal/kitty/pull/7681 https://github.com/rbong/vim-flog https://www.reddit.com/r/neovim/comments/1ec118n/git_graph_teaser/

Sorry if I'm wrong. > -s, --style Output style. One of [normal/thin|round|bold|double|ascii]. I thought style could only be set up from these five, since it was written above.