Conversation
Adds automated deployment job that runs on main branch pushes: - Builds app using prepack.sh with http protocol - Uploads artifact to GitHub Pages - Only runs after tests pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
97cbf06 to
d17bed9
Compare
Implements integration with pastila.nl paste service including: - AES-128-GCM decryption using Web Crypto API - ClickHouse API interaction for fetching encrypted/unencrypted content - URL parsing for pastila.nl format (?fingerprint/hash#keyGCM) - Automatic detection in existing #profileURL parameter 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
azat
added a commit
to azat/chdig
that referenced
this pull request
Jan 31, 2026
This is a fork of speedscope, with pastila support! Implemented in azat-ch/speedscope#2 Fixes: #202 Fixes: #199
azat
added a commit
to azat/chdig
that referenced
this pull request
Jan 31, 2026
This is a fork of speedscope, with pastila support! Implemented in azat-ch/speedscope#2 Fixes: #202 Fixes: #199
azat
added a commit
to azat/chdig
that referenced
this pull request
Jan 31, 2026
This is a fork of speedscope, with pastila support! Implemented in azat-ch/speedscope#2 Fixes: #202 Fixes: #199
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.
Note: I did not wrote a single line of code, since I do not want to run
npmlocally, but I will use this pull request to track progress of this feature.Deployed at https://whodidit.you/
Brief
This is required for
chdig:Example: https://whodidit.you/#profileURL=https://pastila.nl/?5feae036/c9cce5b8012f7b6f97fb2cba27340635#xcWfUv3UnNBsAnKXKYqlrg==GCM
Details
Implements integration with pastila.nl paste service including:
🤖 Generated with Claude Code