Franze M

Results 43 comments of Franze M

This also worked for me: ```export LIBRARY_PATH=$LIBRARY_PATH:$(brew --prefix zstd)/lib/``` and then try to install the gem again.

I'm having the same issue. I've added the Localizations and it seems the simulator and the real phone are always returning `en` for the current locale.

Nice, @udaysinghcode, can you put the description in the rb file? With this is easy for me to generate the markdown file.

I generated the markdown from the tricks using the rb files, So, I think you can put the description in the comments =/

https://github.com/franzejr/best-ruby/blob/master/tricks/source_code/Rakefile

@jhaungs, look at this: https://github.com/franzejr/best-ruby/pull/60

I think it was @rafaelsales who did this. Both are not combining the elements? This part here? http://best-ruby.com/idiomatic_ruby/combine_elements_in_collection.html

@krainboltgreene I think I got your point. You are saying we are not making the BEST or at least a better idiomatic approach, we are just saying inject and reduce...

Another point of view can be: How can I combine two elements? I can use inject and reduce and those are idiomatic ruby codes. I think, at the beginning this...