Jeremiah Naylor-Trein
Jeremiah Naylor-Trein
#### From: `$ git clone --recursive [email protected]:csswizardry/inuit.css-web-template.git your-project-folder` #### To: `$ git clone --recursive https://github.com/csswizardry/inuit.css-web-template.git your-project-folder` Otherwise you'll get an SSH key error, since you are attempting to access the...
- https://github.com/csswizardry/inuit.css-web-template/blob/master/go#L5 - https://github.com/csswizardry/inuit.css-web-template/blob/master/go#L11 ### Respectively: - I can't find any `modules` directory. - The `go` script is not being removed
**Problem** Difficult to use with confidence while testing which settings work for various use cases. **Proposed Solution** Create some examples of some popular constellations of configs.
Conditionals which resolve to list item(s) (e.g. `^`) do not add the `markdown-conditional-block` classname. Therefore, they do not turn a green color in the front-end. To reproduce use: `CONFIDENTIALITY AND...
This issue's purpose is to begin a discussion about the exploration making adapter upgrades more robust by maintaining state between upgrades. The secondary purpose is to see what we can...
We should document `DaoArtifacts`. What may be useful: - What? - Why? - How to use it - Examples - Adding artifact - Updating artifact - Getting historical versions of...
``` // if the vote has started but the voting period has not passed yet, it's in progress if (block.timestamp < vote.gracePeriodStartingTime + gracePeriod) { return VotingState.GRACE_PERIOD; } ``` The...
On each menu sidebar, the inactive items are difficult to see clearly.  
It may be desirable for some DAOs to set a configurable limit on the number of members allowed to join (DAOs like _The LAO_), instead of managing this limit artificially...
As discussed today on #proj-tribute Slack channel, it would be helpful to have a public function which returns a mapping of the member's flags in the following form: ```js {...