Björn Kettunen
Björn Kettunen
Forcing the username to be not uppercase helped.
The company-backends issue was because of my modifications, I've added this org-mode-hook that cause the problem: ```emacs-lisp (add-hook 'org-mode-hook (lambda () ;; Automatic line-wrapping in org-mode ;;(auto-fill-mode 1) (make-local-variable 'company-backends)...
Sorry forgot to reply. > Then org would be loaded every time you load company. > In that case I think it would be better to just put a `(require...
> Relevant fix for Krohnkite, can someone running Plasma 5.27 test the same change with Bismuth maybe? > > [esjeon/krohnkite#213 (comment)](https://github.com/esjeon/krohnkite/issues/213#issuecomment-1455151427) Maybe try to apply the change here: https://github.com/Bismuth-Forge/bismuth/blob/18cba1c8d3914afb97e311a7cc532769330ed89d/src/tile.ts#L84
Alex L ***@***.***> writes: > @Thaodan thanks, did you or anyone else have the chance to try it? I > have not Plasma 5.27 to test it. My comment was...
The secrets would appear in the build logs but not anywhere else except the qt creator usersettings for this project which you don't upload. I will update docs once you...
This should be combined with those or we can generate the header add build time with secrets passed to qmake. The difference is that the build system knows about the...
Then moving them to a generated header is sufficient.
I refactored the PR to use QMAKE_SUBSITUTION PR instead now this avoids having the credentails all over the build log. This works similar as in aboutdata.cpp.in in communi-sailfish: https://github.com/communi/communi-sailfish/blob/master/src/app/app.pro#L56
Adam Porter ***@***.***> writes: > @k11m1 Thanks. Until this is fixed, you'll have to either not use the > habit selector, or use Org 9.6. Another option is to comment...