Add official social media icons to footer#3
Merged
thedavidweng merged 1 commit intomainfrom Mar 12, 2026
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
thedavidweng
pushed a commit
that referenced
this pull request
Mar 30, 2026
- #1 USearch TOCTOU: ensureCapacity + index.add 合并为同一个 lock 临界区 - #2 SigLIP2 EOS: 先 truncate 到 maxLen-1 再 append EOS,保证 EOS 始终存在 - #3 NLEmbedding 512d 回退: 移除 IndexingManager/SearchState 的 NLEmbeddingProvider 回退 - #4+#6 代码去重: l2Normalize 提取到 EmbeddingUtils,CLI cosineSimilarity 调用共享方法 - #7 融合路径统一: hybridSearch 委托 threeWaySearch,删除 fusionSearch (~90 行) - #8 normalizeScores: range=0 时返回 1.0 而非 0.0,单一命中不被清零 - #12 全局库 clip_vectors 加 created_at 列 (v11 迁移) - #9 VectorStore 注释修正 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
src/layouts/MainLayout.astroto retain the Discord link and add Instagram (https://www.instagram.com/findit_hq/), LinkedIn (http://linkedin.com/company/findit-studio), and Reddit (https://www.reddit.com/r/findit_studio/) anchors with embedded SVG icons.aria-label,target="_blank", andrel="noreferrer noopener"attributes.Testing
npm run test -- tests/i18n/footer-links.test.tsand the test file completed successfully (2 testspassed).Codex Task