As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
gem 'devise' | |
gem 'omniauth' | |
gem 'omniauth-github' | |
gem "omniauth-twitter" | |
gem "omniauth-facebook" | |
gem "omniauth-google-oauth2" |
规范: | |
1、标点符号使用全角 | |
2、保留原文中一切标记如<span>,只翻译文字部分 | |
3、必要时在括号中引用原文术语,如"方法(methods)" | |
字典: | |
calling: 调用 | |
introduction: 介绍 | |
object, objects: 对象 | |
primer: 初学者 |
// ==UserScript== | |
// @name Roam YouTube timestamp controls | |
// @namespace learnstream.org | |
// @version 0.1 | |
// @description Add timestamp controls to YouTube videos embedded in Roam | |
// @author Ryan Muller <[email protected]> | |
// @match https://*.roamresearch.com | |
// @grant none | |
// ==/UserScript== | |
// Copyright 2020 Google LLC. |
rails new
first to generate all of the boilerplate files necessary.rails new .
--css tailwind
as an option on the rails new
call to do this automatically.rails new
will do this automatically but take care if you write any custom SQL that it is SQLite compatible.rails new myapp --devcontainer
but only do this if requested directly.