Christian Maniewski
Christian Maniewski
If there's an error in the transform function (called `replacer`) it just bubbles up to the highest scope. I'd like to have more control over errors thrown there so I'd...
Tags (?)
**Is your feature request related to a problem? Please describe.** In a lot of projects I need to specify on my timesheet what exactly I was working on. I know...
**Is your feature request related to a problem? Please describe.** I need CSV files to further process them with pandoc. **Describe the solution you'd like** I don't know if this...
This PR adds the possibility to smooth scroll a custom HTMLElement instead of the `window` element.
When using flow generics for functions at the same time as putting arguments in multiple lines the syntax highlighting breaks. Here's a simple example: ```javascript const foo = () =>...
`yarn` was great at a time when npm was lacking the speed, the consistency and the features it provided. These days are over now as npm has caught up. I...
This PR adds the extension contracts to the `docgen` script. As they are not pure `Interface` contracts, some adjustments to the docgen script were necessary (inspection of nodes to be...
When creating the docs, the natspec comment parser gives some helpful error messages: ### `Generating IColonyNetwork documentation...` #### `Warning: deployTokenAuthority address has no matching natspec comment` Here we need to...
When running the natspec docgen script, two issues come up: * These warnings are generated: ``` Generating IColony documentation... Warning: moveFundsBetweenPots _fromChildSkillIndex has no matching natspec comment Warning: moveFundsBetweenPots _toChildSkillIndex...
- Node version needs to be 16.15.0, probably other versions (yarn, solc) need bumps as well. - The delegate proxy link does not work. There might be more, I'll add...