2024-01-01から1年間の記事一覧
qiita.com
support.google.com 電源ケーブル抜いて指し直せば治る
resolume.com ショートカットを編集するモードに入らないと出てこない。
qiita.com
dev.classmethod.jp
(未確認だが、nodeの22.5.1がリリースされているみたいなのでいまはnodeのcurrentバージョンを指定しても特に動作に問題ないかもしれない) Gitlab CIでyarn buildしているのだが、nodeのバージョンまわりで https://deb.nodesource.com/setup_current.x と…
Native InstrumentsコントローラをMIDIモードに切り替える方法 Native InstrumentalのControl Editorダウンロードして開いてConnectする?とたぶんMIDIコントローラーとして機能するっぽい Contrtol EditorでMIDIのオンオフの色を操作できるっぽい
szkhaven.com resolume.szkhaven.com これでいける
https://storybook.js.org/docs/essentials/backgrounds import { WhiteButton } from './WhiteButton'; const meta: Meta<typeof WhiteButton> = { title: 'common/WhiteButton', component: WhiteButton, parameters: { backgrounds: { default: 'dark', }, }, };</typeof>
zenn.dev jsdoc.code-snippets { // Place your GLOBAL snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add comma separated ids of the languages where the snippet is applicable in t…
が、あると思います。けど問題は、ローカルで作っててhttpだけど埋め込まれる方はhttpsの場合。 stackoverflow.com developer.mozilla.org まあ1つはローカルをhttpsで立ち上げる。 dev.classmethod.jp けど、めんどくさいじゃん。 httpの場合はローカルで、…