惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
O
OpenAI News
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
云风的 BLOG
云风的 BLOG
罗磊的独立博客
S
SegmentFault 最新的问题
The Register - Security
The Register - Security
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
雷峰网
雷峰网
V
Visual Studio Blog
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog
博客园 - 【当耐特】
G
Google Developers Blog
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
Martin Fowler
Martin Fowler
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
AI
AI
Google Online Security Blog
Google Online Security Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
Webroot Blog
Webroot Blog
PCI Perspectives
PCI Perspectives
爱范儿
爱范儿
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org

Recent Commits to storage:main

Meta: update repository files · whatwg/storage@1933f42 Review Draft Publication: February 2026 · whatwg/storage@652998d Meta: add missing </span> tag · whatwg/storage@7834206 Meta: link to Korean translations Editorial: export storage key · whatwg/storage@b3c0fa9 Meta: link Simplified Chinese translation · whatwg/storage@39f5138 Meta: update repository files Meta: update repository files · whatwg/storage@d5dbe0b Review Draft Publication: February 2023 Introduce a storage task source and queue a storage task Editorial: add a diagram for storage model Swap browsing session for traversable Meta: my employer changed · whatwg/storage@bae46a5 Meta: update repository files Review Draft Publication: August 2022 Support obtaining a storage key from an environment · whatwg/storage@afbf6bd Review Draft Publication: February 2022 Editorial: use string literal for permission name Add a storage key comparison algorithm
Meta: update repository files · whatwg/storage@9f3b87b
annevk · 2024-01-24 · via Recent Commits to storage:main
Original file line numberDiff line numberDiff line change

@@ -12,6 +12,9 @@ max_line_length = 100

1212

[Makefile]

1313

indent_style = tab

1414
15+

[*.md]

16+

max_line_length = off

17+
1518

[*.bs]

1619

indent_size = 1

1720
Original file line numberDiff line numberDiff line change

@@ -1,11 +1,14 @@

11

name: Build

2+
23

on:

34

pull_request:

45

branches:

56

- main

67

push:

78

branches:

89

- main

10+

workflow_dispatch:

11+
912

jobs:

1013

build:

1114

name: Build

@@ -17,6 +20,7 @@ jobs:

1720

- uses: actions/setup-python@v4

1821

with:

1922

python-version: "3.11"

23+

- run: pip install bikeshed && bikeshed update

2024

# Note: `make deploy` will do a deploy dry run on PRs.

2125

- run: make deploy

2226

env:

Original file line numberDiff line numberDiff line change

@@ -16,7 +16,7 @@ remote: storage.bs

1616

);

1717
1818

local: storage.bs

19-

bikeshed spec storage.bs storage.html --md-Text-Macro="COMMIT-SHA LOCAL COPY"

19+

bikeshed spec storage.bs storage.html --md-Text-Macro="COMMIT-SHA LOCAL-COPY"

2020
2121

deploy: storage.bs

2222

curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh