Guido Marucci Blas
Guido Marucci Blas
I have the following code in custom handler. ``` ruby response.reply("First message") response.reply("Second message") ``` and in Slack most of the times I see ``` Second message First message ```...
I'm getting a MatchError raised by ex_abi when I use this library to call a contract's method that returns an array of `uint256`. Initially I thought it was a bug...
The current version crashes in any case there is invalid user input and the only way to differentiate this from an actual internal error or bug is to pass `--trace`...
We need to resolve [this](https://github.com/guidomb/carthage_cache/blob/6b34ba6aa5ad2251491316e87b699c9b365a788f/lib/carthage_cache/archive_builder.rb#L20) TODO
Hi! I was wondering what's the proper way of mixing styles which have properties in common. I've read #345 but in the following example: ```elm sCell : Style sCell =...
Hi, first of all I want to clarify that I'm not an experienced Rust developer and therefore I may be getting lifetimes wrong. That being said, I don't understand why...
After a rebase or a merge we should run `SKIP_BREW_FORMULA_UPDATE=1 script/boostrap`. Check hooks https://git-scm.com/docs/githooks
In boostrap and test script we should check if gems are outdated and print a warning.