wand-tech
wand-tech
users//postsが消える。  app/store/index.jsの`actions` ``` async addLikeLogToUser({ commit }, { user, post }) { user.likes.push({ created_at: moment().format(), user_id: user.id, post_id: post.id }) const newUser = await this.$axios.$put(`/users/${user.id}.json`, user) commit('updateUser', { user:...
Hello Team! I want to mirror image repositories in order to avoid rate limt of DockerHub and/or ghcr. On the other hand, I do not want to specify image tags...
### Component(s) receiver/postgresql ### What happened? Password containing `$` doesn't work when passed via `${env:DB_PASSWORD}`. When passed directly, it works. ## Description ## Steps to Reproduce 1. Prepare PostgreSQL DB:...
https://github.com/clauderic/dnd-kit/blob/694dcc2f62e5269541fc941fa6c9af46ccd682ad/packages/sortable/src/components/SortableContext.tsx#L11 In order to pass immutable array data, `items` prop should be: ```ts ReadonlyArray; ```
### What: - [x] Bug Fix ### Description: This PR reduces IDE type errors. ### Related: fixes #1166
### What Happened With using a mixed-in expectation object, method chaining results in IDE type errors: ```php expect($response->content()) ->toBeJson() ->json() ->not()->toHaveKey('errors') ->toHaveKey('data') ->data->toEqual(...); // ^ IDE type error occurs ```...
## 環境 - next: 15.3.1 - microcms-js-sdk 3.2.0 ## 背景 関連: #53 Next 15 でキャッシュの挙動に破壊的変更が入り、 `fetch` 結果がデフォルトでキャッシュされなくなりました。 以前のバージョンのように `fetch` の結果をキャッシュするには、2025/5/6現在、以下のいずれかの対応が必要になります: - `'use cache'` ディレクティブを使用する (canary バージョンのみ) - `fetch` に `cache:...