web備忘録– category –
普段はwebのほうの仕事も多いのでそちらのお勉強の際のちょっとしたメモ書きです。
-
TypeScript
【TypeScript】 Assignment Compatibility。Sは右側(source)、Tは左側(target)
【TypeScript】 Assignment Compatibility。Sは右側(source)、Tは左側(target) TypeScript x React[/caption] playground // [仕様](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#3.11.4) type A = { name: string } type B = { a... -
WordPress
TinyMCE Template plugin does’nt work
` TinyMCE Template plugin does'nt work this plugin is late for develop, three years ago is latest version. Recently I updated WP, but it stopped working the classical editor is well, but that editor is not working, I don't know if it wil... -
TypeScript
【JavaScript】 my first time of decoratore with TypeScript
TypeScript x React 今またTypeScript熱がある。 今パッケージのアップデートをやっていて3.7.2から3.8.3へ移行したPRを投げている。 一方、家では、 今まで知らなかったTypeScriptのことを知りたくて いろいろ読みあさっている。 https://www.udemy.com/c... -
WordPress
【解決】おい!こないだまでできていたのに!WordPressで予約投稿しようとするとエラー「予約投稿に失敗しました。エラ〜メッセージ:データベース内の投稿を更新できませんでした」
画像のような画面がでるときの対処法です おい!なんだこれ! 【解決】おい!こないだまでできていたのに!WORDPRESSで予約投稿しようとするとエラー「予約投稿に失敗しました。エラ〜メッセージ:データベース内の投稿を更新できませんでした」 症状 急に予約... -
show_more_さらにみる
【解決】WordPressで「もっとみる/さらにみる」「show more」の設定方法(トップページを記事一覧にする)
【解決】WordPressで「もっとみる/さらにみる」「show more」の設定の方法(トップページを記事一覧にする) こちらの「武骨日記」 のような記事一覧の作り方・方法です 検索してもなかなかみつからなかったので記事にしちゃう やりたいことは こういうやつ ... -
Child Theme Configurator 403
【解決!!】「現在、このページへのアクセスは禁止されています。 サイト管理者の方はページの権限設定等が適切かご確認ください」はロリポップの設定で「WAF設定を無効」にして直します
【解決!!】「現在、このページへのアクセスは禁止されています。 サイト管理者の方はページの権限設定等が適切かご確認ください」はロリポップの設定で「WAF設定を無効」にして直します この解決方法の前提 ※自分の場合は原因がWordPressプラグインの導入... -
【TypeScript】How to create a new type by extracting only key / value with value type number
【TypeScript】How to create a new type by extracting only key / value with value type number
【TypeScript】How to create a new type by extracting only key / value with value type number TypeScirpt playground I updated TypeScript Practice. -
Handling for union when you do not want to use type guard
【TypeScript】Handling for union when you do not want to use type guard
【TypeScript】Handling for union when you do not want to use type guard -
Recursive processing if children are a in parent
【TypeScript】「Recursive processing if children are a in parent」parentの中にchildrenがあったらさらに再帰処理
【TypeScript】「Recursive processing if children are a in parent」parentの中にchildrenがあったらさらに再帰処理 再帰関数を作ったことがなくハマって最近悔しかったので、 曝け出す。 同じような仕様にたいする解決方法がネット上になく、 CTOとリー... -
web備忘録
【TypeScript】まだまだTypeScript
-
nullish coalescing opearator
【TypeScript 3.7】nullish coalescing opearatorを理解する記事
【TypeScript 3.7】nullish coalescing opearatorを理解する記事 -
swagger型定義
【TypeScript x Swagger型定義がない!自動生成したい!】Swagger.ymlからschema.d.tsを生成する
【型定義がない!自動生成したい!TypeScript x Swagger】Swagger.ymlからschema.d.tsを生成する [No type definition! I want to generate automatically! TypeScript x Swagger] Generate schema.d.ts from Swagger.yml このような swagger.ymlがあるプ... -
Automatically delete head branches
知らなかった!githubでマージされたブランチは自動的に削除させる方法
知らなかった!githubでマージされたブランチは自動的に削除させる方法 you can see repogitory page, and click 「setting」, scroll below, you can find 「Merge button」 check 「Automatically delete head branches」 -
saga select becomes undefined
[TypeScript3.6.3 x redux-saga]If the return type of saga select becomes undefined when you upgrade to TypeScript 3.6.3
[TypeScript3.6.3 x redux-saga]If the return type of saga select becomes undefined when you upgrade to TypeScript 3.6.3 -
Migration
TSLintからESLintに移行する方が見るページ([React | CreateReactApp] x TypeScript x Prettier)
TSLintからESLintに移行したい方が見るページ([React | CreateReactApp] x TypeScript x Prettier) 率直にいうとこれです。 https://medium.com/@cosmvs/painless-migration-from-tslint-to-eslint-for-react-with-typescript-4befb4918ba8 この通りやって... -
Separate optional and required types that can have null types
[TypeScript] Separate optional and required types that can have null types
Separate optional and required types that can have null types -
index signature と Recordのempty-objectに対する違い
[TypeScript] ]index signature と Recordの空オブジェクトに対する違い
[TypeScript] ]index signature と Recordの空オブジェクトに対する違い -
Material-ui-Typography
[解決]failed prop type: Invalid prop children supplied to ForwardRef(Typography), expected a ReactNode
[解決]failed prop type: Invalid prop children supplied to ForwardRef(Typography), expected a ReactNode - Material-ui - React - TypeScript -
Type '{}' is missing the following properties from type 'stateName
[解決 TypeScript x Redux] Type ‘{}’ is missing the following properties from type ‘stateName’: [propertyname], and 5 more
[解決 TypeScript x Redux] Type '{}' is missing the following properties from type 'stateName': [propertyname], and 5 more TypeScript error in /Users/morita.kenji/Desktop/jbca-client/src/redux/index.ts(170,69): Type 'Reducer<{ router: ... -
初心者の為の練習問題集
TypeScript問題集
TypeScript問題集 最近TypeScriptを使っていて、勉強し直しています まだあれですけど、ちょっとモチベーション上げるために公開しながら作っていきます 一方JavaScript問題集はこちら
