John Yani
John Yani
this issue is related to #140
No, I'll use manual labor for now
The workaround is to install a previous version of sinatra. ``` $ sudo gem uninstall sinatra Select gem to uninstall: 1. sinatra-1.4.2 2. All versions > 2 $ sudo gem...
What is yocto?
It's here: http://old.minjust.gov.ua/downloads/15-UFOP.zip
Old discussion is unavailable
Having the same issue. CSV file is in UTF-8, so it shouldn't be an issue. I suspect the issue is that headers are partially ascii, partially utf-8. Need to check
> However, impl files are useful because they allow for separate compilation (i.e., for a really big project, you can compile much faster and with more parallelism) Such a mindset...
Let's analyse the claimed disadvantages listed in the collapse concepts proposals: 1. Can't compile in parallel 2. Developers might not be aware they are changing API. 3. Java (and other...
1. You can compile in parallel once you know the dependency graph. Artificial separation into "impl" and "api" files only parallelizes the "impl" part, which may take less compilation time...