Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Release on 20240303 #16

Merged
merged 3 commits into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions public/enablesendfile-js-broken.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ignorePublish: false

Vagrant (VirtualBox) + Apache + webpackでコンパイルされたJavaScriptやCSSが途中で途切れて壊れる場合の対処法を紹介します。

※ これは2020-02-02に個人ブログで公開した記事を移植したものです。

## gulp.js の watch モードで JS が壊れる

フロントの開発時、gulp.jsのwatchモードを用いてwebpackコンパイルを自動で行うよう設定されているプロジェクトで開発していていました。
Expand Down
2 changes: 2 additions & 0 deletions public/javascript-blob-to-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ignorePublish: false

JavaScriptのオブジェクトURLをFileオブジェクトまたはBlobオブジェクトに戻す(変換する)方法を紹介します。 `URL.createObjectURL()` の逆を行います。

※ これは2020-02-04に個人ブログで公開した記事を移植したものです。

## オブジェクト URL とは

オブジェクトURLは、JavaScriptで次のようにメゾットを呼び出すことで生成されます。
Expand Down
2 changes: 2 additions & 0 deletions public/mysql-auto-increment-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ignorePublish: false

MySQL 5.6のInnoDBデータベースでAUTO INCREMENTのカウンター値が時々リセットされ、物理削除後の値が再度使用されてしまう可能性がある原因と対処法を紹介します。

※ これは2020-02-06に個人ブログで公開した記事を移植したものです。

## 現象

私が関わっていたプロジェクトで、AUTO INCREMENTのカラムなのに物理削除後の値が再利用されるという不具合が発生しました。
Expand Down