Santiago Petrone

Results 8 issues of Santiago Petrone

Is there any way to integrate bardjs to ESLint?

Fixing missing space

Download produces a double colon on line 361: `@badge-color:: #fff;`

## This is my intent (choose one) - [ ] I want to report a bug - [x] I want to request a feature or change - [ ] I...

I've found a wrong solution through a reduce() operation when solving this exercise as follows: ```javascript export function getFinalState(baseState, queue) { let finalState = queue.reduce((accumulator, currentChange) => { if ('function'...

CLA Signed

Please add changelogs and actions to be taken to migrate from v3 to v4

Fix Import statements

wontfix

I'm, working with three entities: Albums, Artists and Tracks. They have a many-to-many relationship with doctrine. And I'm trying to update the Artists and Tracks list for a particular venue....