- VSCodeでもVimキーバインドを使いたい
- (tmuxを使ってプロジェクトを横断したい)
VSCodeでVimを使うために以下のプラグインをインストールする
VSCodeでVimを使うために以下のプラグインをインストールする
// mjs is used to avoid the need for a package.json file | |
import globals from "globals"; | |
import eslint from "@eslint/js"; | |
import eslintConfigPrettier from "eslint-config-prettier"; | |
export default [ | |
eslint.configs.recommended, | |
{ | |
languageOptions: { | |
globals: { |
This is the follow up to a post I wrote recently called From Require.js to Webpack - Party 1 (the why) which was published in my personal blog.
In that post I talked about 3 main reasons for moving from require.js to webpack:
Here I'll instead talk about some of the technical challenges that we faced during the migration. Despite the clear benefits in developer experience (DX) the setup was fairly difficult and I'd like to cover some of the challanges we faced to make the transition a bit easier.
DATABASES
でDBを定義し、DATABASE_ROUTERS
でルーティングを定義したクラスを書けばほぼ行けそう。2023/10/7(土)にサイボウズさんの会場でDjangoCongress JP 2023に登壇しました。 当日はconnpass上の定員である100名以上の参加者の方々がいらしていたようです。 今回はトーク後にパーティーも開催され、終始楽しいひとときを過ごさせてもらいました。
vim version: VIM - Vi IMproved 9.0 9001677 | |
node version: v18.17.1 | |
coc.nvim version: 0.0.82-3dc6153a 2023-07-21 00:22:17 -0500 | |
coc.nvim directory: /Users/kashew/.cache/plugged/coc.nvim | |
term: vscode | |
platform: darwin | |
## Log of coc.nvim | |
2023-08-28T00:20:49.956 INFO (pid:54406) [extension:coc-git] - Looking for git in: git |
$red: #ff1122; | |
#main { | |
witdh: 600px; | |
p { | |
margin: 0 0 1em; | |
em { | |
color: #f00; | |
} | |
} |