blog icon indicating copy to clipboard operation
blog copied to clipboard

comment | 乌云压顶是吧

Open iofu728 opened this issue 6 years ago • 51 comments

comment for https://wyydsb.xin

886

iofu728 avatar Oct 02 '18 17:10 iofu728

:shipit: 👏

iofu728 avatar Oct 02 '18 17:10 iofu728

the second comment

FrogLu avatar Oct 03 '18 05:10 FrogLu

膜一发

blc1996 avatar Oct 23 '18 01:10 blc1996

from Big Data Processing class 😬👍 (Why Gitalk keep saying "Error: Network Error" when I try to login and leave a comment 0.0?)

daviddwlee84 avatar Oct 24 '18 09:10 daviddwlee84

@daviddwlee84 After more test, I find the network error is caused by github api limiting. Especially GitHub is unstable recently.

iofu728 avatar Oct 26 '18 07:10 iofu728

666

0xe69e97 avatar Nov 01 '18 06:11 0xe69e97

May I ask you... Have you found your teammate in the BDP course? XD

daviddwlee84 avatar Nov 15 '18 16:11 daviddwlee84

👏

y1x4 avatar Nov 25 '18 07:11 y1x4

强强强!

zhiyuanxiaokeai avatar Dec 04 '18 01:12 zhiyuanxiaokeai

000000000000

donghaichen avatar Jan 22 '19 03:01 donghaichen

111222331

donghaichen avatar Jan 22 '19 03:01 donghaichen

@daviddwlee84 May I ask you... Have you found your teammate in the BDP course? XD

1111111111111

donghaichen avatar Jan 22 '19 03:01 donghaichen

1111111111111

Are ~ Are ~ Are you ok ? 💊

iofu728 avatar Jan 22 '19 03:01 iofu728

typo:

  • on-my-zsh -> oh-my-zsh
  • Tings -> Things

dr2009 avatar Jan 22 '19 05:01 dr2009

typo:

  • on-my-zsh -> oh-my-zsh
  • Tings -> Things

Thx. Fixed it. Maybe I need a proofreader. 🙈

iofu728 avatar Jan 22 '19 06:01 iofu728

前排膜dalao

RobinChen95 avatar Jan 25 '19 12:01 RobinChen95

Their GitHub repo is empty, though they claimed implementation is avalaible...

mikhovr avatar Feb 08 '19 13:02 mikhovr

@mikhovr Their GitHub repo is empty, though they claimed implementation is avalaible...

Paper always run faster than their open code. Maybe one or two month 🙈

iofu728 avatar Feb 08 '19 13:02 iofu728

才发现我是不是来晚了? 哈哈

caijie12138 avatar Mar 15 '19 06:03 caijie12138

@caijie12138 才发现我是不是来晚了? 哈哈

hhhh 不晚不晚

iofu728 avatar Mar 15 '19 07:03 iofu728

你所有文章都用一个评论issue的!!!!

Hideer avatar Mar 22 '19 07:03 Hideer

@Hideer 你所有文章都用一个评论issue的!!!!

A lazy man is so lazy🙈

iofu728 avatar Mar 22 '19 07:03 iofu728

写的不错!

zhongxia96 avatar Apr 02 '19 13:04 zhongxia96

可以正常评论,但是不显示评论的内容,是怎么回事啊,控制台报错,TypeError: Cannot read property 'prototype' of undefined

gibck avatar May 18 '19 07:05 gibck

可以正常评论,但是不显示评论的内容,是怎么回事啊,控制台报错,TypeError: Cannot read property 'prototype' of undefined

t.isElementAnSFC = function(e) {
    return !("string" == typeof e.type || e.type.prototype.isReactComponent)
}

Your element type !== 'string', so complier will to jugde reactComponent. You can change npm package to script or gitalk.render in a origin dom.

More info you can refer to https://github.com/gitalk/gitalk/issues/90.

The way of import by script

function getGitalk() {
  const linkGitalk = document.createElement('link');
  linkGitalk.href = 'https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.css';
  linkGitalk.rel = 'stylesheet';
  document.body.appendChild(linkGitalk);
  const scriptGitalk = document.createElement('script');
  scriptGitalk.src = 'https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.js';
  document.body.appendChild(scriptGitalk);
}

document && gitalk.render("gitalk-container");

iofu728 avatar May 18 '19 10:05 iofu728

Gitalk is not defined,你是怎么解决的?我也遇到了这个问题,其中一篇文章报这个,其它正常。

ckwen avatar Aug 05 '19 04:08 ckwen

@ckwen Gitalk is not defined,你是怎么解决的?我也遇到了这个问题,其中一篇文章报这个,其它正常。

I don't find your error article web from the link of the home page https://www.dev996.com. I only find the error Uncaught Error: Container not found, window.document.getElementById: comment-container in home page. It causes by no id='comment-container' span in it.

iofu728 avatar Aug 05 '19 07:08 iofu728

讲的不错

hijknsdgdk avatar Aug 27 '19 09:08 hijknsdgdk

用fullpath 是可以,但是路由切换的时候并没有刷新评论,这是一个bug

mzcc666GtHb avatar Oct 12 '19 07:10 mzcc666GtHb

用fullpath 是可以,但是路由切换的时候并没有刷新评论,这是一个bug

You can write a script using Github API instead of fullpath.

iofu728 avatar Oct 12 '19 08:10 iofu728