Skip to main content

lichtblick-suite/lichtblick

SkillsMP 已收集 lichtblick-suite/lichtblick 中的 27 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
27
GitHub 星标
1,083
GitHub Forks
733

这个仓库中的 skills

已展示 27 / 27 个已收集 Skill。

职业分类
软件开发工程师
描述

Release pipeline knowledge covering the stable release flow (release.yml -> post-release.yml -> release-sync.yml), the manual pre-release/RC flow (prerelease.yml), branch-naming to version-bump mapping, and NPM/GHCR publishing. Use when cutting a release,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep implementation details of HTTP-layer caching for remote file access: CachedFilelike, VirtualLRUBuffer, connection management algorithm, BrowserHttpReader, FetchReader streaming, and RequestQueue concurrency control.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep implementation details of the IterablePlayer state machine, tick loop, and data source iteration patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep THREE.js rendering knowledge for the 3D panel: WebGL pipeline, buffer management, instanced rendering, shader considerations, and scene optimization techniques.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep implementation details of caching strategies, memory budgets, block eviction, and buffered reading in the Lichtblick preloading subsystem.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep deserialization knowledge: parseChannel schema dispatch, ros1msg/ros2msg/ros2idl/jsonschema/protobuf/flatbuffer decoders, WASM decompression handlers, and the DeserializingIterableSource wrapping pattern.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep Electron implementation knowledge: main/renderer process communication, contextBridge patterns, BrowserWindow lifecycle, native menu integration, and security considerations.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep extension system implementation knowledge: IExtensionLoader interface contracts, IndexedDB storage schema, version-compare cache strategy, contribution point registration, extension sandbox, and the .foxe packaging format.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep layout system implementation knowledge: ILayoutStorage contracts, IndexedDB schema, sync operation computation, mutex-locked LayoutManager, conflict resolution, WriteThroughLayoutCache, NamespacedLayoutStorage, and CurrentLayoutProvider reducers.

原文语言:英语

更新
职业分类
软件开发工程师
描述

MCAP file format specification knowledge: binary structure, record types, indexing strategies, compression options, and best practices for creating MCAP files that optimize Lichtblick reading performance.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep knowledge about the message-path package: path syntax, parsing grammar, data extraction from nested messages, and React hook integration. Shared across Plot, RawMessages, StateTransitions, and general panel agents.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep MessagePipeline implementation knowledge: zustand store shape, React context provider, subscription merging/memoization, render-state flow, and the Player→panel data bus.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep panel infrastructure knowledge: PanelExtensionAdapter, RenderState incremental building, PanelExtensionContext API, pauseFrame backpressure, panel lifecycle, and the PanelAPI internal hooks.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep Image panel knowledge: the panel is ThreeDeeRender's ImageMode SceneExtension, WorkerImageDecoder pipeline, camera-model projection (pinhole/fisheye), and annotation overlays.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep Log panel knowledge: react-window VariableSizeList virtualization, dynamic measured row heights, autoscroll/tail behavior, multi-format log normalization, and level/text filtering.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep Map panel knowledge: Leaflet lifecycle, NavSatFix/LocationFix/GeoJSON handling, tile layers, and the FilteredPointLayer pixel-deduplication grid that bounds rendering cost.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep RawMessages panel knowledge: legacy (react-json-tree) vs virtual (@tanstack/react-virtual) implementations, flattenTreeData, TreeNode shape, expansion-state management, shared logic hook, and diff mode.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep StateTransitions panel knowledge: TimeBasedChart segments, message-path extraction, preloaded-range subscription with 250ms batch flush, block+currentFrame merge, and messagesToDataset.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep UserScripts panel knowledge: Monaco editor integration, UserScriptPlayer wrapper, TypeScript compilation in the transformer Worker, sandboxed runtime Worker execution, diagnostics, and the script API.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep performance optimization knowledge for the Lichtblick codebase. Covers profiling techniques, common bottlenecks, memory management patterns, and optimization strategies specific to real-time data visualization.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep Chart.js integration knowledge for the Plot panel: Worker-based rendering, dataset management, downsampling strategies, scale handling, and interaction patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep theme system knowledge: createMuiTheme factory, dark/light palette tokens, typography scale, ThemeProvider color-scheme application, and tss-react/mui styling conventions.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Unit testing patterns, mock builder usage, and test data construction strategies for the Lichtblick monorepo.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Web Worker patterns used throughout the Lichtblick codebase: Comlink integration, ComlinkWrap lifecycle, transfer handlers, OffscreenCanvas, SharedWorker isolation, and testing utilities.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Domain knowledge for Playwright MCP-assisted E2E test development in Lichtblick. Covers test architecture, fixture reference, selector strategy, page objects, MCP usage, and source instrumentation patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep WebSocket connection knowledge: FoxgloveWebSocketPlayer state machine, WorkerSocketAdapter postMessage protocol, the Foxglove WebSocket protocol handshake, RAF-based state emission, and reconnection.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Shared test conventions for all testing agents in the Lichtblick repo. Defines GWT pattern, core quality rules, and the standard test-writing workflow.

原文语言:英语

更新
已展示 27 / 27 个已收集 Skill。