-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update docs * Update readme * Document cloudflare deployment
- Loading branch information
1 parent
f6e8903
commit 305de05
Showing
5 changed files
with
87 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: To-do's | ||
description: Long term to-do's | ||
--- | ||
|
||
I prefer to keep the github issues as clean as possible. For certain types of todo, | ||
such as those where I am waiting on a new feature with no clear date I will store them here. | ||
|
||
- [ ] When Biome [supports](https://biomejs.dev/linter/rules/no-re-export-all) it, add a rule to enforce this. Also update | ||
the coding guide page that has this todo on it. | ||
- [ ] When possible move the react-native project into the PNPM workspaces. It's a future plan of Expo and react-native. | ||
- [ ] Github action to check documentation for dead links. See [here](https://docs.github.com/en/actions/examples/using-the-github-cli-on-a-runner). | ||
- [ ] Android signing action is outdated and no longer [maintained](https://github.com/r0adkll/sign-android-release). | ||
- [ ] Look into an nginx reverse proxy for turbo repo with ssh key so https can be used. Seems oracle support updating the ssl themselves, but you still need to generate your own cert first. | ||
- [ ] Try out Graphite stacked diffs? | ||
- [ ] Trial a remote gradle cache. | ||
- [ ] Trial a local ccache. | ||
- [ ] Trial a shared ccache, scache? | ||
- [ ] Look at adding [Codspeed](https://codspeed.io/blog) for CI based benchmarking | ||
- [ ] | ||
- [ ] |