Xiaolong "Bruce" Liu

Results 11 comments of Xiaolong "Bruce" Liu

Hi, @jeffreytse I updated [jekyll-spaceship](https://github.com/jeffreytse/jekyll-spaceship) to [2c008ed](https://github.com/jeffreytse/jekyll-spaceship/commit/2c008ed2be44ce3f5c89a5525390e81250ff8eef) commit. It seems something is not working. When I typed `bundle exec jekyll serve --trace`, the log shown as follwo: ``` bundler: failed...

Home Assistant Core 2022.6.6 同样问题。 是通过hacs安装的。也检查了,ha_file_explorer是在custom_components路径下。@shaonianzhentan logs中没有任何相关提醒。

> > Home Assistant Core 2022.6.6 同样问题。 > > 是通过hacs安装的。也检查了,ha_file_explorer是在custom_components路径下。@shaonianzhentan > > logs中没有任何相关提醒。 > > 应该是由于HACS网络问题没有安装成功,建议手动安装 👍 先对比了直接下载的../custom_components/ha_file_explorer文件夹和 已经安装在ha环境下的文件夹大小,确实不一样! 替换后,这个问题消失。

There are a few nice practices on this topic. Luu Gia Thuy's [github repo][1] and [jekyll blog][2], and Jacob D. Moorman's [github repo][3] and [jekyll blog][4]. I also made a...

I made some changes to make it and pulled a request for this https://github.com/dploeger/jekyll-revealjs/pull/33#issue-463506259. You are welcome to improve it.

I got a similar error, too. ``` Setting up systemd (252.6-1) ... ./path/path.c:547: Comparison compare_paths2(const char *, size_t, const char *, size_t): assertion "length2 > 0" failed proot warning: signal...

I also ran into this screen. Meanwhile, chat in `Microsoft Edge` browser works well.

同样问题,Home Assistant Core 2022.6.6

查看log后,一番debug,发现是缺websocket-client包,在ha环境下安装后就可以了 ```py pip install websocket-client ```