This is the discord server used by On2 Technologies.
Within this server, people can interact with teams organized throughout groups and roles.
If you got an invite to participate, say hi
and let us know, to have you fully set up to your permissions.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Will gracefuly scroll the page | |
* This function will scroll the page using | |
* an `ease-in-out` effect. | |
* | |
* You can use it to scroll to a given element, as well. | |
* To do so, pass the element instead of a number as the position. | |
* Optionally, you can pass a `queryString` for an element selector. | |
* | |
* The default duration is half a second (500ms) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default class GithubApi{ | |
constructor(){ | |
this.host = 'https://api.github.com'; | |
} | |
get(...params) { | |
let args = [].slice.call(params); | |
let callback = args.pop(); | |
let path = args.join('/'); | |
request('GET', path, callback); | |
} |
Error in user YAML: (<unknown>): did not find expected comment or line break while scanning a block scalar at line 1 column 1
---
> **Atenção**: esse guia está em fase de construção, esperamos sua contribuição :)
---
Um guia elaborado pela BrazilJS Foundation com o auxílio de diversos organizadores para direcionar aqueles que procuram organizar um evento de front-end no Brasil.