Zach Denton

Results 7 issues of Zach Denton

### Description Redirects community.aptoslabs.com to aptoslabs.com/community and everything else to aptoslabs.com/{path}. To be merged after #1640 is deployed and DNS for both domains is pointing to it. ### Test Plan...

### Description ![image](https://user-images.githubusercontent.com/310773/189947992-d1a97003-0935-459b-8b71-62b5bd3f9ad0.png) - Adds a `verified` field which must be true for the project to be visible - Prevents editing/updating projects (for now, it will have to be deleted...

### Description - Gate project members/user profiles behind a flag (`:profiles`) - Update visual design for projects pages - Change project `full_description` to be `simple_format` instead of HTML ![image](https://user-images.githubusercontent.com/310773/189727234-1a06c84d-c19f-43f9-8c30-b7a123639903.png) ![image](https://user-images.githubusercontent.com/310773/189728465-1e877021-f539-41af-baf0-efcb36f7778e.png)...

### Description - Switch back to Turbo.visit instead of full page loads - Reduce retry interval from 1000 ms to 250 ms, but retry more often Also, remove old wallet.persisted?...

### Description Before ``` gtag('config', ""G-CWW2TW4HSD"", {"debug_mode":true}); ``` After ``` gtag('config', "G-CWW2TW4HSD", {"debug_mode":true}); ``` ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4025)

1. Choose local 2. Switch back to devnet 3. Requests are still being made to local ![explorer_requests](https://user-images.githubusercontent.com/310773/165382481-6d7b721e-987a-4549-97e7-f3084b764f01.gif)

bug

``` rustc 1.32.0-nightly (b68fc18c4 2018-11-27) ``` ``` error[E0635]: unknown feature `wasm_custom_section` --> src/lib.rs:17:44 | 17 | #![feature(proc_macro, wasm_import_module, wasm_custom_section)] | ^^^^^^^^^^^^^^^^^^^ error[E0635]: unknown feature `wasm_import_module` --> src/lib.rs:17:24 | 17 |...