Marco Segreto
Marco Segreto
In order for 18F developers to have a practical understanding of what defensive programming is and the threats of untrusted user data, there should be a section in the security...
In order for 18F developers to have a practical understanding of what the same origin policy is and how to use it correctly, there should be a section in the...
In order for any 18F developer to have permissions to publish an npm package, every npm package 18F publishes should give permissions to the 18F org. We should also add...
In order for the front end guild to potentially setup 1 on 1 mentorships, write a document that models how the mentorship could work.
In order to take the benefits and drawbacks from existing frontend guides for the 18f frontend guide, there should be a competitive analysis of various frontend guides. Competitive analysis is...
I notice there's no parent method on the Selection struct. Is there a way to get to a parent from a selection? This is a common pattern that I've found...
It would be helpful to be able to require this module into other modules so it can be used with browserify. This is my usecase: ``` js var perfBar =...
In order for developers to run their front end unit tests in an actual browser to leverage all the browser APIs, there should be a scaffold for setting up a...
In order for developers to quickly release cg-style, the creation of the github release should be automated. This issue was discussed at the 06/15/2016 sprint review.