Aldo Nicolas Bruno
Aldo Nicolas Bruno
``` $ gsi -- environment: debug -- preloaded libraries: (spheres/core meta) (spheres/core assert) Gambit v4.8.0 > (load (spheres/string regexp)) > (regexp-extract '(+ numeric) "192.168.0.1") ("192" "168" "0" "1") > ```
No it just works here. I have gambit 4.8.0 - linux amd64. Maybe issues with 4.8.1?
Sir, it's just the opposite, if I write `(import (spheres/core base) (spheres/string string))` then it does not work
I know this is old, but for the auto filter to work you will need to add this: ``` bool Worksheet::setAutoFilter(const CellRange &range) { Q_D(Worksheet); if (!d->autoFilter) { d->autoFilter =...