Skip to content

Instantly share code, notes, and snippets.

View vctqs1's full-sized avatar
🏠
Working from home

Thu Vo vctqs1

🏠
Working from home
View GitHub Profile
#!/bin/bash
# This script cherry-picks the commits from a PR
# Usage: ./cherry_pick_pr.sh <pr-number>
set -e
PR_NUMBER=$1
# Check if PR number is provided
if [ -z "$PR_NUMBER" ]; then
echo "Usage: $0 <pr-number>"

Code size comparison

This comparison between Connect-Web and gRPC-web

We generated code for the proto using protoc-gen-grpc-web and protoc-gen-connect-es. We then bundled a client for the service (see the client's PR) with vite, compressed it as a web server would usually do.

manabuf-syllabus-ts proto