rodarima
rodarima
See #170
I have some files with a bad encoding. I think they came from a FAT32 pendrive using the latin-1 encoding, and are now in a EXT4 filesystem. Once I try...
Hi, What is the support status for the emulated camera? Can be faked from an image or from the host webcam? I'm using Anbox under Arch Linux, with some modifications...
The XHTML 1.0 documents generated by Doxygen include a `` tag that overrides the content type to "text/xhtml": ``` % curl -s https://www.doxygen.nl/manual/index.html | grep Content-Type % curl -s https://dillo-browser.github.io/doxygen/index.html...
I'm getting trouble extracting a cabinet. Version from header is 16: ``` [unshield_read_headers:226] Reading header from .hdr file 1. [unshield_read_headers:303] Version 0x02000640 handled as major version 16 [unshield_get_cab_descriptor:81] Cabinet descriptor:...
When generating traces for Paraver we manually set the color palette via the .cfg configuration files, so we can assign darker colors to states that are "normal" and brighter colors...
Hi, The last binary relase of wxparaver (4.11.2) doesn't work in Arch Linux: ``` hop% wxparaver-4.11.2-Linux_x86_64/bin/wxparaver /home/ram/bsc/paraver/wxparaver-4.11.2-Linux_x86_64/bin/wxparaver.bin: symbol lookup error: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0 ``` The problem can...
Hi, We have created a type of timeline where we sort the values of the vertical axis by their value:  We use it for Nanos6 to show what we...
When computing the aggregate statistics of an histogram showing the "% Time", the Average statistic is computed differently when there are no states for that object:  You can see...
The Content-Disposition header defines the name of the file when downloading a file and is being used by GitHub for Dillo releases: ``` % curl -sLI https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.tar.gz | grep -i...