定点観測

追加日時:    更新日時:   


いろいろなものの状態を1ヶ所からまとめて確認するためのページです。

サービス一覧

運営しているサービスの一覧です。

  • yuma14.net -個人サイト(このサイト)
  • beta.yuma14.net -個人サイトのベータ版
  • old.yuma14.net -古い個人サイト
  • git.yuma14.net - Giteaインスタンス(停止中)
  • Nextcloudインスタンス(停止中)

デプロイ状況

このサイトを構成する各コンポーネントのデプロイ状況

コンポーネントデプロイ状況
/
/web-image-editor/
/regend-webui/
/dotfiles-public/
/tempura-doc/
/tempura-example/
https://git.yuma14.net/
https://cloud.yuma14.net/
/sanmoku-next-js/
/gomoku-react/
/gomoku-blazor/
/gomoku-elm/
/simple-canvas-game/
https://github.com/yuma140902/IPAInput
https://old.yuma14.net/
/typing/

フォーク

私がフォークしたリポジトリとフォーク元の更新日時。

vim-vsnip

アップストリーム

hrsh7th/vim-vsnip:master Last commit of hrsh7th/vim-vsnip

ダウンストリーム

yuma140902/vim-vsnip:master Last commit of yuma140902/vim-vsnip

アップストリームの概要

Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.

変更点・変更理由

`cmd` マッピングが無い古いバージョンの Vim で動作するようにした

ctrlp-grep

アップストリーム

ompugao/ctrlp-grep:master Last commit of ompugao/ctrlp-grep

ダウンストリーム

yuma140902/ctrlp-grep:master Last commit of yuma140902/ctrlp-grep

アップストリームの概要

grep your source code via ctrlp.vim!

変更点・変更理由

grep コマンドのコマンドライン引数が正しくないと思われるので変更した

nvim-dap-projects

アップストリーム

ldelossa/nvim-dap-projects:main Last commit of ldelossa/nvim-dap-projects

ダウンストリーム

yuma140902/nvim-dap-projects:main Last commit of yuma140902/nvim-dap-projects

アップストリームの概要

A very simple plugin which implements "per-project" nvim-dap debugger adapters and configurations.

変更点・変更理由

フォーク元はプロジェクト単位の設定がグローバル設定を上書きするようになっていた。これをグローバル設定に追記する形にした。

persisted.nvim

アップストリーム

olimorris/persisted.nvim:main Last commit of olimorris/persisted.nvim

ダウンストリーム

yuma140902/persisted.nvim:main Last commit of yuma140902/persisted.nvim

アップストリームの概要

Simple session management for Neovim with git branching, autoloading and Telescope support

変更点・変更理由

フォーク元は `fnameescape` を使用しており、Windows ではセッションの削除ができないという問題があった。これを修正した。

egui_node_graph

アップストリーム

setzer22/egui_node_graph:main Last commit of setzer22/egui_node_graph

ダウンストリーム

yuma140902/egui_node_graph:cabernet Last commit of yuma140902/egui_node_graph

アップストリームの概要

Build your node graph applications in Rust, using egui

変更点・変更理由

egui のバージョンを上げた。またワークスペース構成をやめて自分のプロジェクトに導入しやすくした

neosolarized.nvim

アップストリーム

svrana/neosolarized.nvim:main Last commit of svrana/neosolarized.nvim

ダウンストリーム

yuma140902/neosolarized.nvim:main Last commit of yuma140902/neosolarized.nvim

アップストリームの概要

Truecolor solarized theme for neovim in Lua using colorbuddy

変更点・変更理由

`Normal` と `NormalNC` の色を同じにした