Oswaldo Ferreira

Results 8 comments of Oswaldo Ferreira

What a sad end of discussion :/ I would definitely lend the hardware if I were geographically closer to you @thefloweringash. But thanks for the initiative. So if there's any...

Hey @cuducos, thanks for the response! I see you guys have a way ahead discussion there, that's great! My proposal was generating those graphs with an existing (open-source) platform without...

Same (wondering if the project is still maintained): ``` Process: radiance [46086] Path: /Volumes/VOLUME/*/Radiance.app/Contents/MacOS/radiance Identifier: ??? Version: ??? (???) Code Type: X86-64 (Translated) Parent Process: ??? [1] Responsible: radiance [46086]...

The problem seems to be here: ``` Termination Reason: DYLD, [0x1] Library missing Application Specific Information: dyld: launch, loading dependent libraries Dyld Error Message: dyld: Using shared cache: 331D32F2-DC75-3EDE-91BC-EDC4B036B5C0 Library...

Update: For some reason on tests `route_version` reaches as a String on the following method: ```ruby def route_versions version_pattern = /[^\[",\]\s]+/ if route_version route_version.scan(version_pattern) else [nil] end end ``` While...

https://rubygems.org/gems/mustermann (required by the newer `grape`) depends on `rack 2.0.1`. Hence the build is failing for ruby version `< 2.3`. Please let me know your thoughts about dropping Ruby `<...