Uwe Dauernheim

Results 24 issues of Uwe Dauernheim

Currently, only providing test-cases with minimal feature constraints. These will be implemented once the test-cases are finalized. - [x] Write Tests - [ ] Implement

Currently the following does not work: ``` # alias l=ls '-l -h -a' # alias l=ls -lha' $ ls -l -a -h foo $ ls -lah foo ``` should be...

enhancement
help wanted

Sometimes it makes sense to define an alias with redirect(s) _prefixed_ if additional arguments are prepended. ``` # alias ggb='2>/dev/null git gui' $ 2>/dev/null git gui blame foo $ git...

enhancement
help wanted

If possible (meaning all the C compiler flags are not really needed) let rebar handle the compilation. Rebar by default compiles .c files in c_src. That would make the repository...

@bbatsov has a nice written [Clojure style guidelines](https://github.com/bbatsov/clojure-style-guide) repo and there is the default [Clojure guidelines](http://dev.clojure.org/display/design/Library+Coding+Standards) that cover many aspects that could be seen as generalized/community accepted, and being particularly...

enhancement

When using and Document app _and_ using `titleBarDrawingBlock` the traffic light buttons and the fullscreen button restore their original position (move to the top) when having a custom titlebar height...

Try to keep the server example in sync with the latest implementation. https://github.com/mlalic/solicit/commit/7ca58a5b280a9aafd1afd0ed2649047c4bab9436 started this effort but only for the client example.

There are several things not accurately documented/outdated: - `-v2` is used the examples but does not work - `# duckduckgo not supported` although it is in the list of supported...