Skip to content

Commit ef40d09

Browse files
committed
fix errors
1 parent 2680910 commit ef40d09

File tree

9 files changed

+18
-19
lines changed

9 files changed

+18
-19
lines changed

content/notes/an-elegant-puzzle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "An Elegant Puzzle: Systems of Engineering Management"
3-
date: 2023-01-30T00:1:00+08:00
3+
date: 2023-01-30T00:01:00+08:00
44
categories:
55
- management
66
tags:

content/notes/finance/charge-back.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Charge Back business process
3-
date: 2023-06-26T29:40:00+08:00
3+
date: 2023-06-26T09:40:00+08:00
44
categories:
55
- tech
66
tags:

content/posts/2022/06/2022-06-11-gitops-and-chatops.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ChatOps bring more user interaction related tasks into the picture: human workfl
2626

2727
There are big opportunities in the combination of Chat, Ops, Automation, AI.
2828

29-
[cols="1,1,1"]
29+
[cols="1,1,1,1"]
3030
|===
3131
| item
3232
| IM
@@ -36,7 +36,7 @@ There are big opportunities in the combination of Chat, Ops, Automation, AI.
3636
| Amazon
3737
| ?
3838
| Alexa
39-
|
39+
| ?
4040

4141
| Apple
4242
| message
@@ -61,22 +61,21 @@ There are big opportunities in the combination of Chat, Ops, Automation, AI.
6161

6262
|slack
6363
|slack
64-
|
65-
|
64+
| ?
65+
| ?
6666

6767
| telegram
6868
| telegram
6969
| ?
70-
|
70+
| ?
7171

7272
| Tencent
7373
| wechat/qq
7474
| ?
75-
|
75+
| ?
7676

7777
| Alibaba
7878
| dingtals
7979
| ?
80-
|
81-
80+
| ?
8281
|===

content/posts/2022/10/2022-10-13-SDUI-odoo-ADD.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Today I re-read https://www.thoughtworks.com/content/dam/thoughtworks/documents/
3333

3434
| data driven ui
3535
| ?
36+
| ?
3637

3738

3839
| meta data driven ui
3940
| attribute metadata in class ect.
4041
|
41-
4242
|===
4343

4444
== Reference

content/posts/2023/11/Idempotency-timeout.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ tags:
99
---
1010

1111
In stripe doc, Stripe explain how it works as following quoted contet. Other places only mentions that the processes will be only once.
12-
[quote,stripe]
12+
13+
[]
1314
----
1415
Stripe's idempotency works by saving the resulting status code and body of the first
1516
request made for any given idempotency key, regardless of whether it succeeded or failed.
@@ -19,9 +20,8 @@ request made for any given idempotency key, regardless of whether it succeeded o
1920

2021
Then there is an interesting question how to handle timeout and retry cases? There are two cases about timeout.
2122

22-
1. Server timeout without actual processing.
23-
24-
1. Timeout appears at client ends, actual process has been done at server side.
23+
. Server timeout without actual processing.
24+
. Timeout appears at client ends, actual process has been done at server side.
2525

2626

2727
How to handle the retry requests and return corresponding codes?

content/posts/2024/04/sass-token-bucket.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: SaaS, token bucket, fairness and business practices
3-
date: 2024-04-29T160:10:00+08:00
3+
date: 2024-04-29T16:10:00+08:00
44
categories:
55
- tech
66
tags:

content/posts/2024/04/things-hope-to-have-in-jsonschema.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Tools hope to have for JsonSchema
3-
date: 2024-04-10T160:10:00+08:00
3+
date: 2024-04-10T16:10:00+08:00
44
categories:
55
- tech
66
tags:

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1 class="f1 athelas mt3 mb1">
5555
{{ end }}
5656
{{- partial "tags.html" . -}}
5757
<div class="mt6 instapaper_ignoref">
58-
{{ if .Site.DisqusShortname }}
58+
{{ if .Site.Config.Services.Disqus.Shortname }}
5959
{{ template "_internal/disqus.html" . }}
6060
{{ end }}
6161
{{ if .Site.Params.commentoEnable }}

themes/ananke

0 commit comments

Comments
 (0)