flip111
flip111
replaced abandoned dependency
At the moment this library issues commands like this (verified with `strace`) ``` » /usr/bin/gcc -o /tmp/c2hsc499725-608499725-610.i -E /tmp/c2hsc499725-608.src gcc: warning: /tmp/c2hsc499725-608.src: linker input file unused because linking not done...
In exercise 10 it's not clear that you need the previous function (from exercise 9) this is not really user friendly. Also imports do not work so you can not...
Would be nice to have support for the [HCL color space](http://vis4.net/blog/posts/avoid-equidistant-hsv-colors/)
Would it be possible to define a structure where the right SIMD instruction is chosen automatically (question 1)? Where the possible SIMD instructions are detected on compile time (question 2)?...
It would be nice to have an option to put the time first and the date after it.
I was showing this app to someone else but we had problems to connect to a mysql database with MAMP Pro. Is it possible to use sqlite instead? I think...
It can be useful to offer another version of sqlite that works better for multiple processes and concurrent read/write. Read about it here https://sqlite.org/src/artifact/b98409c486d6f028 It's probably possible to just replace...
When string length > 1 (5) and only one character ('a') has been given the correct return value should be a string with only that character ('aaaaa'). Ok sure there...
I noticed these messages during configure: ``` HsColour was not found; documentation will not contain source links Tools to build Sphinx PDF documentation available: NO ```