Tommy Groshong
Tommy Groshong
A separate but related use case for multiple databases would be storing tenant schemes on separate database clusters. For instance, store clients 1-5 on one database instance/cluster and clients 6-10...
We had some discussions in PR #23 about ways to prevent the warning: @merwok A complementary idea would be to use logging instead of warnings. Logging is more appropriate according...
Sounds good @stevenguh. Thanks for you efforts on this project.
Using @nickmccurdy suggesting to `choco install diffutils` solved the problem for me. It would be great if we didn't have to install that OR we could just update the docs...
Absolutely. I will post one today.
Can't believe I forgot to make a PR for that README.md change 🤦♂️ Just made one! The basic steps are as follows: 1. Install Chocolatey: https://chocolatey.org/install 2. Open an Admin...
Just submitted a pull-request that "should" do this :) https://github.com/pamelafox/lscache/pull/36
I also came looking for this and am interested in contributing it as a feature. Gonna fork and poke around now. :)
We had a similar issue on `1.4.5-lts.1` and `1.4.4-lts.1`. Downgrading to `1.4.3` fixed the issue for us. NOTE: `1.4.3` has an outstanding security issue due to `dicer`.
I got around this issue by just running `isort` on save of every python file. ```lisp (defun my-isort () "When in Python Mode, call isort on save" (when (eq major-mode...