utterances bot

Results 2858 issues of utterances bot

# Shell 中的变量作用域 | Harttle Land TL;DR Shell 中的变量只作用于当前进程。如需在子进程中创建副本可使用 export 内建命令。 有时使用临时变量语法可以非常方便。 [https://harttle.land/2017/04/03/shell-variable-scope.html](https://harttle.land/2017/04/03/shell-variable-scope.html)

# Liquid 是世界上最好的模板引擎 | Harttle Land 模板引擎是Web应用中用来生成动态HTML的工具, 它负责将数据模型与HTML模板结合(模板渲染),生成最终的HTML。 编写HTML模板的语法称为模板语法,模板语法的表达能力和可扩展性决定了模板引擎的易用性。 在转战不同的模板引擎后, Harttle 决定坚决支持Liquid,并在Node.JS下实现liquidjs模板引擎。 此前用这篇文章来讨论模板引擎的用途及其优劣。 [https://harttle.land/2016/06/27/shopify-liquid.html](https://harttle.land/2016/06/27/shopify-liquid.html)

# 在 HTML 和 CSS 中转义特殊字符 | Harttle Land 在编程语言中,字符串 直接量(Literal Value,也叫字面量)需要用一对分隔符来定义, 比如 "author:harttle" 中前后的引号。 那么当字符串中要表示分隔符时就需要 转义,比如 "author:\"harttle\""。 JavaScript 是一种 通用编程语言,这类语言的转义相对比较一致通常使用反斜线,比如 \n, \r 等。 但是在 HTML、CSS 这样的 领域特定语言 中为了在大多数场景中提供更简单的语法, 转义就会比较麻烦。下文中给出...

# Understanding Incremental Decoding | TensorGoose Walks through some of the performance hacks in BartForConditionalGeneration [https://sshleifer.github.io/blog_v2/jupyter/2020/03/11/Decoding.html](https://sshleifer.github.io/blog_v2/jupyter/2020/03/11/Decoding.html)

# Introducing BART | TensorGoose Episode 1 – a mysterious new Seq2Seq model with state of the art summarization performance visits a popular open source library [https://sshleifer.github.io/blog_v2/jupyter/2020/03/12/bart.html](https://sshleifer.github.io/blog_v2/jupyter/2020/03/12/bart.html)

# Fixing mysql2 install error [https://blog.aadeshshrestha.com.np/ruby,%20mysql2/2020/03/22/Fixing-mysql2-install-error.html](https://blog.aadeshshrestha.com.np/ruby,%20mysql2/2020/03/22/Fixing-mysql2-install-error.html)

# A year of Japanese... well, kinda | Elianiva A post where I write my journey on learning Japanese. Man, I forgot how did I learn a foreign language. [https://elianiva.my.id/post/a-year-of-japanese](https://elianiva.my.id/post/a-year-of-japanese)

Comments

# How I made my Neovim statusline in Lua | Elianiva A post where I explain how I made my custom statusline in Lua [https://elianiva.my.id/post/neovim-lua-statusline](https://elianiva.my.id/post/neovim-lua-statusline)

Comments

# Prettify your screenshot using imagemagick | Elianiva Wanna make your screenshot a bit more fancy? Say no more, Imagemagick got you covered [https://elianiva.my.id/post/prettify-screenshot-using-imagemagick](https://elianiva.my.id/post/prettify-screenshot-using-imagemagick)

Comments

# Utterances - Comment section that just works | Elianiva Elianiva's personal website [https://elianiva.me/post/comments-widget-using-utterance](https://elianiva.me/post/comments-widget-using-utterance)

Comments