axetroy / blog

:open_book:基于Github API 的动态博客
https://axetroy.xyz
216 stars 37 forks source link

用VSCODE写代码之余,不妨看看有什么好电影 #188

Open axetroy opened 5 years ago

axetroy commented 5 years ago

前面刚刚说不要瞎折腾这种东西了 结果身体却很诚实,又写了一个 vscode 扩展.

在 vscode 中查看热映电影、即将上映的电影和评分前 250 名的电影.

在写代码之余,不妨关注下影讯,放松自己。

我们应该把更多的娱乐(上班滑水)元素带入 vscode。不要为资本家 996 了进 ICU。

截图 Screenshot Screenshot

Github: https://github.com/axetroy/vscode-movie 安装: axetroy.vscode-movie

cnscorpions commented 4 years ago

博客蛮有意思的,考虑之后给个rss feed吗?想要miniflux订阅没有的

plh97 commented 4 years ago

我辈仰望的存在

plh97 commented 4 years ago

敲坏的键盘连起来能把我的小破屋绕一圈.

axetroy commented 4 years ago

@pengliheng 不敢担,我也是个小白🥬

yihong0618 commented 4 years ago

学习了~

yihong0618 commented 4 years ago

博主您好,因为我正在写一个vscode插件,也想实现翻页功能,偶然间看到你提了个翻页的issue但是具体地址找不到了。我想算是找到了个比较tricky的解决办法,在treeItems里最后再扔进去一个dir,我看了下,vscode-gitlens也是这么解决的。但只能查看更多,没法翻到指定页面。目前我的插件还没写完,具体实现效果如下(扔进去一个更多的dir然后传不同的limit和offset)。 image 不知道有帮助么?(gitlens要实现的更好,感兴趣可以直接看gitlens的源码) image 最后,感谢博主的issue给我灵感,

Anonymous235 commented 4 years ago

原来真的可以在github上部署动态网页吗。。。?

willin commented 3 years ago

DenoLib 怎么加入? @axetroy

axetroy commented 3 years ago

DenoLib 怎么加入? @axetroy

你 @ 一下他 https://github.com/kevinkassimo ,我也没有权限拉你

aihanle1314 commented 3 years ago

打开后 vscode会报 invalid_credencial2,是为什么呢

AmbroseRen commented 3 years ago

我很喜欢你的简介呢,也很喜欢你的外链重定向工具`,thank you.

AmbroseRen commented 3 years ago

博主,能求一个这个博客的部署教程吗?你的博文中没找到有写的……我建了个hexo驱动的博客,也是因为你的README写的原因而尘封的,用的Github Pages驱动凑合用的🤣

isherryforever commented 3 years ago

哇,原來git pages還可以這樣玩,太棒了 !

Firestar-Reimu commented 3 years ago

请问哪里可以看出来是动态网站呢?比如您写的计算两个时间点的时间差,能不能有一个Github Page就是输入两个时间、点击按钮、输出时间差啊?