Cheng Liang
Cheng Liang
There are many other git hosts which are not so popular as github. So I wonder if it is possible to extends Gitako and supports the other hosts just like...
##### SUMMARY Use `dingding_message_type` of `grafana_notification_channel` in storybook will cause error: The error was: TypeError: unhashable type: 'list'. After reading the code I found that might because of [this code...
After a quick search on NPM, I found another rangy fork named *rangy-util*. It is rewritten in TypeScript. So is it possible to connect these two repos? That would be...
#### 1. Your usage scenarios? Volta 提供了一种 pin 命令,可以在 package.json 中记录下本项目使用的 nodejs 的版本号。在切换不同的项目时,Volta 可以自动安装项目所需版本号,并且自动切换到对应的版本。 #### 2. What is your expected outcome? 虽然 vfox 提供了项目级的版本管理能力,但如果能够自动切换会更方便,并且该版本号可以提交到 git 中,以便与他人共享。有没有可能实现类似的功能?初步设想,该功能应该在插件中可**选择实现**类似 pin 的命令。如果插件支持 pin 命令,比如...