Matheus Albuquerque

Results 10 issues of Matheus Albuquerque

In most video/voice messaging apps out there we have an option to select where we want the audio to come from–e.g. `Built-in microphone`, `Bluetooth device` etc. I admit I haven't...

enhancement

Is [this feature](https://github.com/zeit/styled-jsx#keeping-css-in-separate-files) currently supported? I have the following in my `styles.js`: ```js const styles = ` @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro'); @import url(//fonts.googleapis.com/css?family=Fira+Sans:300); html, body { margin: 0; padding: 0; } ......

_Kleber Bambam_ & _Felipe Franco_ are two famous Brazilian bodybuilders which had one of their training videos viralized. And guess what? They mention the number `13` in their workouts -...

A few projects, like [micro](https://github.com/zeit/micro#features) are being now designed for usage with `async` and `await` and, as of *Node `7.6`* / *V8 `5.5`*, it is now stable and available without...

All tests set in this project [`npm run scripts`](https://github.com/mabrasil/generator-ocaml/blob/master/package.json#L39-L44) run ok on my machine: ✓ The _linting_ tests done using [eslint](http://eslint.org/) ✓ The _unit_ tests done using [mocha](https://mochajs.org/) ![Mocha](http://i.imgur.com/9HKxpQj.png) ✓...

Having the colors I want to use in my project design printed in the terminal is cool but maybe having also some useful files exported would be much more cool!...

At this time all the color palettes come from a [`.json` file](https://github.com/mabrasil/flat-palettes/blob/master/colors.json) which has data from [flatcolors.net](http://flatcolors.net/) _hardcoded_ in it. This makes the task of adding new palettes from the...

Initially I thought that Buster didn't copy the relevant asset files from the local server to the static folder since the static version of my page had no valid CSS...