Vedran Miletić
Vedran Miletić
HTTPie colors HTML output in addition to JSON. From what I see, Curlie only colors JSON. Can HTML coloring be added?
Tested on illumos distribution OmniOS Community Edition.
Tested on illumos distribution OmniOS Community Edition. Not sure if we care about this (I don't use Solaris in production), but I wanted to learn more about portability so I...
This avoids the requirement to use `!important` in custom CSS to override fonts for input and textarea. **Note:** this might not be the preferred way to fix the issue as...
GCC's libstdc++ implements parallel STL built on top of TBB: - https://gcc.gnu.org/gcc-9/changes.html - https://gcc.gnu.org/ml/libstdc++/2017-11/msg00112.html - https://github.com/intel/parallelstl It would be great to have parallel STL built on top of Cpp-Taskflow.
It would be nice if Errors Dock provided an option to select multiple rows in Errors Dock, and if Ctrl+A selected all rows. It would be also nice if right...
Minimal example: ``` #include int main() { return 0; } ``` Compiling twice gives a cache miss the second time: ``` $ ccache g++ -c -Ipcg-cpp-0.98.1/include pcg-example.cpp $ ccache -s...
I copied everything from the [Basic Captcha documentation](https://learn.getgrav.org/17/forms/forms/fields-available#basic-captcha-field), so I'm using defaults. When I enter the wrong text into the basic captcha field, form processing behaves as expected and the...
Required for Pandoc 2.19, see jgm/pandoc#5539