Marcelo Camargo
Marcelo Camargo
There is a nw.js package error. The default icon is being displayed instead of the Raven icon in the Windows version on the download. 
Anuncio a vocês a versão oficial (tm) do gemidão do zap web, dessa vez, sem a necessidade do token para envio. Um pequeno passo para o homem, um grande passo...
## E obrigado pelos peixes Ao que parece, a TotalVoice restringiu a API de executar ligações para qualquer número que não seja o seu cadastrado, o que inutiliza totalmente o...
I'd like to omit some keys (with complex values) from being serialized/deserialized and managed by `ppx_deriving_yojson`. ```ocaml type t = { class_name: string; long_name: bool; data_variables: unit declaration Naming.Long_map.t [@default...
This issue proposes a discussion about the pros and cons of using HHVM instead of PHP for Quack. This description in meant to be up to date for every new...
Currently, `R` is defined as the possible Ramda's module name, as stated in #17. We need, at least, to have a configuration entry to customize the name of this variable.
Currently, we support linting code imported with: ```javascript import { ifElse, cond } from 'ramda' ``` and: ```javascript import R from 'ramda' ``` but things like: ```javascript import { ifElse...
This pull-request does: - Implement a linter wrapper for `eslint`, called `xo`, with a higher and smarter set of rules - Fix basic _airbnb_ issues of the project, as adding...
There are some situations where we need tokens to not live in the `parser.mly` file, and when you need to use a PPX for token functions, for example, having a...
Implementation of PHP `ucfirst` and `lcfirst` string functions.