Jeremiah Naylor-Trein

Results 36 issues of 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.

documentation

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...

bug

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...

question

We should document `DaoArtifacts`. What may be useful: - What? - Why? - How to use it - Examples - Adding artifact - Updating artifact - Getting historical versions of...

documentation

``` // 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...

documentation
good first issue

On each menu sidebar, the inactive items are difficult to see clearly. ![Screen Shot 2021-08-03 at 14 55 31](https://user-images.githubusercontent.com/1144320/128029549-60aa9cc8-0f5a-428c-99a2-a08a0437faef.png) ![Screen Shot 2021-08-03 at 14 55 38](https://user-images.githubusercontent.com/1144320/128029605-abc686cd-f654-451b-9925-868fde620f98.png)

documentation

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...

question

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 {...