Marcelo Camargo

Results 17 issues of 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. ![icon](https://cloud.githubusercontent.com/assets/7553006/9615268/96e7c5b6-50cd-11e5-8493-d96d9b812fbe.PNG)

K-bug
C-packaging
E-unknown
OS-win

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...

wontfix

## 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...

help wanted

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...

discussion
rfc
meta

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.

enhancement

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...

enhancement

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...

enhancement
good first issue

Implementation of PHP `ucfirst` and `lcfirst` string functions.