Advertisement · 728 × 90
#
Hashtag

#thredot

Advertisement · 728 × 90
Preview
M5 MacBook Air が発表されたらめっちゃ音を鳴らすスクリプト | Thredot import { $ } from "bun"; const jsonSchema = { type: "object", properties: { announced: { type: "boolean", description: "M5 MacBook Air が正...

今夜はこれ走らせとく

M5 MacBook Air が発表されたらめっちゃ音を鳴らすスクリプト | Thredot thredot.org/threads/FREE... #thredot

13 1 0 0
Preview
Vercel AI Gateway + LangSmith Tracing | Thredot 有効にする手順メモ

メモ

Vercel AI Gateway + LangSmith Tracing | Thredot thredot.org/threads/FREU... #thredot

4 0 0 0
Preview
Serena MCP Server を起動するたびにブラウザでダッシュボードが開かれるのを無効にする | Thredot 設定ファイルで指定可能。 web_dashboard_open_on_launch: false Web ダッシュボード自体を無効にする場合はこっち。 web_dashboard: false 起動コマンドに --enable-web-dashboard False を指定...

メモ

Serena MCP Server を起動するたびにブラウザでダッシュボードが開かれるのを無効にする | Thredot thredot.org/threads/FREX... #thredot

6 1 0 0
Preview
先月 Publish した GitHub Release の一覧を出力する Bun Shell スクリプト | Thredot import { $ } from "bun"; const to = new Date(); to.setDate(1); to.setHours(0, 0, 0, 0); const from = new Date(to); from.setMonth(from.get...

メモ

先月 Publish した GitHub Release の一覧を出力する Bun Shell スクリプト | Thredot thredot.org/threads/FRFG... #thredot

1 1 0 0
Preview
Thredot v1.3.0 リリースノート | Thredot 新機能 * チェックボックスをサポートしました * hoge * fuga * foo * bar 軽微な修正 * エディタの見た目を調整しました * 他人のスレッドでは投稿の文字数を非表示にしました

Thredot でチェックボックス使えるようにした

Thredot v1.3.0 リリースノート | Thredot thredot.org/threads/FRFP... #thredot

3 0 0 0
Preview
zinit でインストールしたツールの補完が効かないとき | Thredot 前提 * zinit を使って zsh プラグインを管理している * https://github.com/zdharma-continuum/zinit * ni.zsh をインストールしている * https://github.com/azu/ni.zsh * ni.z...

メモ

zinit でインストールしたツールの補完が効かないとき | Thredot thredot.org/threads/FRFQ... #thredot

8 0 0 0
Preview
「npm debug and chalk packages compromised」で報告されたパッケージに依存しているリポジトリを見つける検索クエリ | Thredot ↓これの件。 * npm debug and chalk packages compromised とりあえず↓これで簡易的にチェックできるはず。 ( owner のところはよしなに書き換える ) owner:koki-develop AND ("\"backslash@0.2....

めも

「npm debug and chalk packages compromised」で報告されたパッケージに依存しているリポジトリを見つける検索クエリ | Thredot thredot.org/threads/FRGB... #thredot

5 1 0 0
Preview
SHA 固定していない GitHub Action に依存しているワークフローを出力する Bun Shell | Thredot メモ

メモ

SHA 固定していない GitHub Action に依存しているワークフローを出力する Bun Shell | Thredot thredot.org/threads/FRGH... #thredot

1 0 0 0
Preview
LangChain の Custom Chat Model に Claude Code SDK を使うサンプル | Thredot 参考 * How to create a custom chat model class | 🦜️🔗 LangChain * Claude Code SDK - Anthropic

メモ

LangChain の Custom Chat Model に Claude Code SDK を使うサンプル | Thredot thredot.org/threads/FRGL... #thredot

3 0 0 0
Preview
Go でテストでのみ利用している依存関係を一覧するコマンド | Thredot $ go list -deps -test ./... | grep -v "$(go list -deps ./...)"

メモ

Go でテストでのみ利用している依存関係を一覧するコマンド | Thredot thredot.org/threads/FRHE... #thredot

4 0 0 0
Preview
Farm で Tailwind CSS を使う | Thredot * farm/examples/tailwind at main · farm-fe/farm * Install Tailwind CSS with Vite - Tailwind CSS

メモ

Farm で Tailwind CSS を使う | Thredot thredot.org/threads/FRKM... #thredot

2 0 0 0
Preview
GoReleaser v2 が出た! #golang | Thredot とりあえずブックマークしておく。 * Announcing GoReleaser v2 - GoReleaser * Release v2.0.0 · goreleaser/goreleaser v1 に対して破壊的変更がある。 GitHub Actions は v6 以降で対応

なぬ、見とかねば

GoReleaser v2 が出た! #golang | Thredot thredot.org/threads/FRLA... #thredot

2 0 1 0
Preview
Figma の Auto Layout で space between がしたい | Thredot Auto layout ( Space Between) - General Discussion - Figma Community Forum

メモ

Figma の Auto Layout で space between がしたい | Thredot thredot.org/threads/FRLI... #thredot

2 0 0 0
Preview
GitHub Actions の on: pull_request の Workflow 内で Pull Request の番号を取得したい | Thredot ${{ github.event.number }} で ok * https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#using-data-from-the-trigg...

メモっとく

GitHub Actions の on: pull_request の Workflow 内で Pull Request の番号を取得したい | Thredot thredot.org/threads/FRLI... #thredot

5 0 0 0
Preview
Terraform Provider を作ってみる | Thredot * Home - Plugin Development: Framework | Terraform | HashiCorp Developer * hashicorp/terraform-provider-scaffolding-framework: Quick start ...

メモメモ

Terraform Provider を作ってみる | Thredot thredot.org/threads/FRLN... #thredot

3 0 0 0
Preview
`code` コマンドで VSCode を起動すると `SecCodeCheckValidity: Error Domain=NSOSStatusErrorDomain Code=-67062 $ code hogefuga [0408/101340.541513:ERROR:codesign_util.cc(108)] SecCodeCheckValidity: Error Domain=NSOSStatusErrorDomain Code=-67062

メモメモ

`code` コマンドで VSCode を起動すると `SecCodeCheckValidity: Error Domain=NSOSStatusErrorDomain Code=-67062 "(null)" (-67062)` と出力される | Thredot thredot.org/threads/FRLQ... #thredot

2 0 0 0
Preview
GraphQL スキーマから API ドキュメントを自動生成したい | Thredot したい

メモ〜

GraphQL スキーマから API ドキュメントを自動生成したい | Thredot thredot.org/threads/FRLT... #thredot

3 0 0 0
Preview
Go 言語で Word (.docx) の内容を読み取りたい | Thredot 色々あるぽい

ちょっとだけ調べた

Go 言語で Word (.docx) の内容を読み取りたい | Thredot thredot.org/threads/FRLT... #thredot

5 2 0 0
Preview
GitHub Packages に push したプライベートな Docker イメージを pull したい | Thredot * コンテナレジストリの利用 - GitHub Docs

メモ〜

GitHub Packages に push したプライベートな Docker イメージを pull したい | Thredot thredot.org/threads/FRLT... #thredot

2 0 0 0
Preview
Chrome Extension で `Unchecked runtime.lastError: The message port closed before a response was received.` と表示されるとき | Thredot * 📝Message passingでThe message port closed before a response was receivedエラー - Minerva > Async Functionを使っていた これがドンピシャだった。 async 使うのをやめたら解...

沼ったのでメモ

Chrome Extension で `Unchecked runtime.lastError: The message port closed before a response was received.` と表示されるとき | Thredot thredot.org/threads/FRLT... #thredot

1 0 0 0
Preview
jq の代わりとして DuckDB を使ってみる | Thredot * DuckDB - An in-process SQL OLAP database management system * matsuu:

メモ

jq の代わりとして DuckDB を使ってみる | Thredot thredot.org/threads/FRLV... #thredot

6 1 0 0
Preview
各 SNS のシェア用 URL のフォーマット | Thredot TWITTER * Web Intent | Docs | Twitter Developer Platform https://twitter.com/intent/tweet に色々クエリパラメータで指定。 こういう感じ。 https://twitter.com/intent...

Bluesky も intent のやつ対応されたので追記しといた

各 SNS のシェア用 URL のフォーマット | Thredot thredot.org/threads/FRMT... #thredot

4 0 1 0
Preview
Zenn の API のあれこれメモ | Thredot * 大前提として Zenn の API はユーザー向けの公開 API として作られてるわけじゃないので、その辺り注意。 * このメモの内容もパラメータとかその他諸々全然網羅しないしするつもりもない。

メモメモ

Zenn の API のあれこれメモ | Thredot thredot.org/threads/FRMB... #thredot

2 0 1 0