Jeff Abrahamson
Jeff Abrahamson
In order to avoid missing math functions when linking the test programs, move the LDFLAGS (which notably contains `-lm`) to the end of the compile line. ``` cc -o test_guff...
This line outputs on each invocation: ``` /usr/lib/zlibrary/ui/zlui-qt4.so ``` Sometimes I see this: ``` SQLITE IMPLEMENTATION ERROR: (5) database is locked SQLITE IMPLEMENTATION ERROR: in command "ATTACH @stateFile AS State;...
The menus don't expose a way to close the current document or to quit application. The usual choices of C-q, C-w, q, w don't work. (My window manager's kill window...
**Describe the bug** It is unclear from the docs (and from the code) how to override javascript and css that folium emits. There's some very old discussion in (closed) issue...