底辺SE奮闘記

年収300万SEブログ

2024-04-01から1ヶ月間の記事一覧

【Supabase】supabase functions deployに「failed to start docker container」で失敗する件

現象 Dockerを起動しているのに、 npx supabase functions deploy を実行してもデプロイができない。なんなら下記のようなエラーが表示される。 failed to start docker container: Error response from daemon: failed to initialize logging driver: dial …

【Supabase】ローカル環境のEdge FunctionsからDatabaseに接続できなかった件

マニュアルを読んでいる方達ならこんなので詰まることはないのですが... 現象 ローカル環境のSupabase Edge Functionsから同じくローカル環境のSupabase Databaseに接続しようとすると下記エラーが出る。 {"message": "TypeError: error sending request for…

【VisualStudioCode / PlantUML】Warningを放置してたらプレビューが表示されなくなった件

いつもお世話になっている下記プラグイン、 marketplace.visualstudio.com プレビュー時でも、レンダリング時でも下記Warningがずっと出ていました。 Warning: the fonts "Times" and "Times" are not available for the Java logical font "Serif", which m…