Daniel Thompson
2e7ab3000f
Correct the capitalization of GitHub
...
To accomplish this task, I ran the following command (on macOS):
find . -type f -print0 | xargs -0 sed -i '' 's/Github/GitHub/g'
GitHub, for better or worse, decided that the way their company is
spelled is with a capital "G" and a capital "H" and it's their name so
they get to do that if they want.
When I went to check out AppFlowy's web site, I noticed that GitHub
wasn't spelled correctly, and for me, this made the project feel less
than polished and myself reluctant to try it out. However, there is only
one way to find out about the project: I [opened a ticket]. And BAM! It
was resolved in mere hours by @annieappflowy. Nice.
With fresh motivation to check out the project, I downloaded the app
and...found myself staring at the same issue on the first screen of the
app. Well, as I was a bit flippant with the issue I opened up for the
web site misspellings, I decided to fix this one myself.
[opened a ticket]: https://github.com/AppFlowy-IO/appflowy/issues/118
2021-12-04 20:52:12 -05:00
appflowy
ce8805aff8
fix wanrings
2021-12-04 23:54:14 +08:00
appflowy
31efacb274
monitor network state
2021-12-04 22:31:30 +08:00
appflowy
63082418be
fix generate pb issues
2021-12-04 17:31:43 +08:00
appflowy
c649673b2b
rename flowy-dispatch structs
2021-12-04 11:26:17 +08:00
appflowy
76691e3e8c
rename ffi func
2021-12-04 10:27:08 +08:00
appflowy
e7cc11cc44
rename some structs
2021-12-03 22:40:56 +08:00
appflowy
6fa7b0632a
optimaze docker image size
2021-12-03 18:13:38 +08:00
appflowy
2514a65617
add rust-toolchain of backend
2021-12-03 18:13:38 +08:00
AppFlowy.IO
643bb25e2b
Update README.md
2021-12-03 12:49:05 +08:00
AppFlowy.IO
67ef72ee41
Merge pull request #110 from 0xN0x/main
...
Update emojis to 13.1
2021-12-03 10:56:16 +08:00
AppFlowy.IO
719c2d10c7
Merge pull request #115 from pratikbalar/main
...
ci: correct spell, github-actions based ...
2021-12-03 10:55:07 +08:00
Pratik Balar
0999263902
ci: correct spell, github-actions based ...
...
- github-actions based flutter checkout
- fix 80 column ruler.
2021-12-02 23:20:03 +05:30
AppFlowy.IO
83b30a2185
set POSTGRES_PORT to 5433
2021-12-02 22:40:24 +08:00
AppFlowy.IO
31d3ffb664
Update backend_general.yml
2021-12-02 22:22:46 +08:00
appflowy
739333c29c
fix clippy warnings of backend
2021-12-02 21:55:23 +08:00
appflowy
24ea68c605
build backend docker image
2021-12-02 21:55:23 +08:00
AppFlowy.IO
06a91b02fb
Update backend_general.yml
2021-12-02 16:40:49 +08:00
AppFlowy.IO
6653385a85
Merge pull request #108 from stephengroat/patch-3
...
Add brew install instructions
2021-12-02 16:29:31 +08:00
appflowy
6e51173335
build docker
2021-12-02 16:28:50 +08:00
Annie
b17a3f50db
Update ReadMe.md
...
included a link to the Troubleshooting page
2021-12-02 15:31:40 +08:00
appflowy
cb802c3162
update backend_general ci
2021-12-02 00:12:35 +08:00
AppFlowy.IO
76c1cd70a5
Update backend_general.yml
2021-12-01 23:44:38 +08:00
appflowy
8f582faffe
add docker-compose
2021-12-01 23:29:51 +08:00
AppFlowy.IO
5f064b8118
Update backend_general.yml
2021-12-01 20:51:17 +08:00
AppFlowy.IO
e46326f775
Rename dart_general.yml to frontend_dart.yml
2021-12-01 20:34:07 +08:00
AppFlowy.IO
cdc6da835e
Rename rust_general.yml to frontend_rust.yml
2021-12-01 20:33:44 +08:00
AppFlowy.IO
10febe2497
Update dart_general.yml
2021-12-01 20:32:17 +08:00
AppFlowy.IO
d1364354ff
Update rust_general.yml
2021-12-01 20:31:56 +08:00
appflowy
488ba00456
update backend_general ci
2021-12-01 17:54:14 +08:00
appflowy
e1ed027b9c
update backend scripts
2021-12-01 17:39:23 +08:00
appflowy
6504863586
update backend scripts
2021-12-01 17:23:37 +08:00
N0x
d33f646790
Update emojis to 13.1
2021-12-01 10:16:54 +01:00
appflowy
d6b5e4c404
update backend scripts
2021-12-01 17:15:46 +08:00
appflowy
6b7a46e781
update backend scripts
2021-12-01 17:09:58 +08:00
AppFlowy.IO
aa86a44af8
Update ci.yaml
2021-12-01 17:03:26 +08:00
appflowy
8259752958
update backend scripts
2021-12-01 17:01:15 +08:00
AppFlowy.IO
826be05494
Update backend_general.yml
2021-12-01 16:47:15 +08:00
appflowy
2d058ea100
config docker ci
2021-12-01 16:44:58 +08:00
AppFlowy.IO
d8171238f2
Create backend_general.yml
2021-12-01 11:22:32 +08:00
appflowy
28f0288526
update rust_general ci
2021-12-01 11:11:36 +08:00
appflowy
d822f036e0
speed up ci
2021-12-01 11:08:37 +08:00
AppFlowy.IO
e763525c58
Update rust_general.yml
2021-12-01 11:03:52 +08:00
appflowy
f22cf6349b
update ci
2021-12-01 11:01:03 +08:00
AppFlowy.IO
079f18d727
Update rust_general.yml
2021-12-01 10:31:50 +08:00
Stephen
321de104fe
Add brew install instructions
...
https://github.com/Homebrew/homebrew-cask/pull/115114
2021-11-30 11:44:13 -08:00
AppFlowy.IO
841d5e6fd0
Update rust_general.yml
2021-11-30 18:08:01 +08:00
AppFlowy.IO
57f8226b38
Update rust_general.yml
2021-11-30 17:55:25 +08:00
AppFlowy.IO
3363952a23
Update rust_general.yml
2021-11-30 15:40:11 +08:00
AppFlowy.IO
0c1263cb78
Update dart_general.yml
2021-11-30 15:35:15 +08:00