shaman icon indicating copy to clipboard operation
shaman copied to clipboard

A small, native C library and utility to fetch weather

Results 8 shaman issues
Sort by recently updated
recently updated
newest added

After a recent update I'm beginning to see sporadic seg-faults, which look like this: ``` Mar 16 10:20:13 kernel: shaman[6923]: segfault at 10 ip 00007f111e2a7683 sp 00007fff5b8aaa80 error 4 in...

http://curl.haxx.se/libcurl/c/libcurl-multi.html In particular I'm interested in > Enable the application to wait for action on its own file descriptors and curl's file descriptors simultaneous easily. Roughly, you should be writing...

enhancement

At the moment, if a user calls `shaman` with the `-v` or `--verbose` flag, the only difference will be that, if the cache is not found, an error will be...

enhancement
shaman
libweather

A nice feature, when using shaman to print to a status bar, would be to just print the integer, e.g., rather than `10.75°C` just print `10°C`. This would make most...

enhancement

This will greatly restructure the library (to be much more like `libcurl`'s `curl_easy_setopt()` interface. As a consequence, it will allow for a great deal more options without simply piling on...

enhancement
libweather

Reading a `shaman` man page on FORMAT there's a statement: ``` All other valid escape characters may also be used (e.g., \n and \\). ``` But that doesn't seem to...

enhancement
libweather

not implemented yet? ``` $ shaman -f "%T" ```

enhancement
libweather

Much of `libweather`'s internal error handling has yet to be finalized (as a result, `shaman`'s exposed error handling is often sub-par. When errors occur, they should be standardized, understandable and...

enhancement
shaman
libweather