Juliano Solanho

Results 13 issues of Juliano Solanho

When it's released, for the Customer struct

enhancement

Code looks cleaner if I `import Enum` on my modules or on my funcs as below. ``` elixir test "something" do import Enum numbers = [3,2,1] sorted_numbers = numbers |>...

question

I've seen this Decimal module by ericmj or chris, can't recall... needs further investigation.

question

**Quick Summary:** Elm make running in parallel corrupts `elm-stuff/0.19.1/i.dat` - **Elm:** 0.19.1 - **Browser:** N/A - **Operating System:** Ubuntu 16.04 Running elm-make in parallel to compile different entry points every...

Hi! Thank you for writing Hedis =] I noticed the readme says: > Hedis is intended to be used with the latest stable version of Redis (currently 5.0). Is the...

I looked at the code, found it a bit weird and went on to debug it. ![](http://julianobs.co/screencloud/16-02-18_11-13-36.png) It seems we have one task running parallel to the Main task and...

### Expected This behaves the same when using `elm/html` and `elm-css`: ```elm a [href "javascript:close();"] [text "hi"] ``` ### Actual #### Non-optimized build * [Using elm/html](https://ellie-app.com/gPwwxcMZkzsa1) * You get an...

Hey, I was struggling with a broken sassc gem and I found this repo with this fix: https://github.com/emptyflask/rails-nix/blob/3c2a68617fa26ce77203769865dc036df615a878/nix/rubyenv.nix#L32-L37 I'm usually in the dark on how to fix this stuff and...

**Describe the bug** IRR feature mutates the earliest transaction on accounts it calculates IRR over, changing the date to Jan 1st. It sounds unlikely from looking at the code, but...

bug