Péter Kovács
Péter Kovács
After reading more attentively https://github.com/boot-clj/boot/wiki/Cider-REPL , I realised that to get the same editing support with Boot as with the plugin's built-in REPL starter, REPL has to be started with...
The built-in REPL starter works without problem, even if I completely remove `${HOME}/.lein/profiles.clj`.
One useful improvement would be the ability to configure the plugin so that it first try connecting to an already running REPL. Another way to help Boot users would be...
The documentation referenced here doesn't seem to talk about priority between _command line arguments_ and environment variables. It talks about _default values_ and environment variables, IMHO. As to the actual...
I thought that by "environment variables beat command line arguments" you meant that environment variables override command line arguments. I've found that neither the documentation says this nor does the...
> the company that owns the source What source is owned by that company? The code content in _this_ repository is BSD-3-Clause-licensed and the copyright owner is you @TonyGermaneri ,...
Helping me avoid running the command as root was the only reason I started to consider linting my docker files. :-D . As to the argument of "the user may...
How can this be worked around? I've tried the naive solution I could come up with: ``` $ sudo gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys AA16FCBCA621E701 ``` without success....
What I am experiencing now is that `rowGetter` will be called for a row-index before is `isRowLoaded` and the thing will fail on the empty object (or `undefined` – I...