Tom Hinton
Tom Hinton
I have a patch for this if you want at https://github.com/larkery/compton.git This just avoids drawing shadows on any NET_WM_DOCK window.
I have had a quick look at the source - I think [this line](https://github.com/weavejester/environ/blob/a20fac743f0438903d02a4ae7686e42a7255bfbc/environ/src/environ/core.clj#L54) may not be correct. If I eval something like `(io/file (io/resource "META-INF/MANIFEST.MF"))` in a clojure repl...
See https://github.com/weavejester/environ/pull/81
Oh right, I thought the intention was that .boot-env would be read from the jar file (so you'd ship the defaults baked into the jar but then replace them with...
I've twiddled the commit a bit to reformat the message and put in a test that .boot-env is read off the classpath as a resource.
There's some unicode characters that go into the query, but they are only there for column alignment. It should only really affect the output display or what is stored in...
Some performance information would go well in the readme, if you want to do some experiments and write the results down I would happily accept a pull request. It may...
I haven't done any profiling, but I use this on many machines and have something like 30K entries now, haven't noticed any problems. I think about twice I have seen...
I don't know enough zsh to do this properly, with `zstyle` or whatever. You may simply be able to set HISTDB_FILE immediately after you source my code to change the...
I am not sure - I haven't experienced this. The only reasonable explanation I can think of is that the sqlite process which writes the history is being terminated before...