Dionisio E Alonso
Dionisio E Alonso
I've done it. I didn't receive any response yet.
> Once I sync with material mkdocs (hopefully in the next couple of months) this should become available. Any news on this feature @bashtage?
@ooliver1 well, for starters, jermanuts is only mentioning the fork, he's not the author of the fork, there's nothing bad with that. I, for myself, can not code in JS,...
for disabling a specific check, inline in the code (that is not globally for all your python files), you should add the comment at the end of the line you...
> i have been considering creating an organization. though rest assured i have no plans to abandon this project any time soon, and i won't be adding any administrators that...
In general, do not make users install manually compiled software using `sudo`. If it is not packed by distro maintainers it can potentially break their systems. Even for installing Cargo...
I don't think that **any** software piece installed from non-distro-package-managers (i.e. non-apt-install commands, in case of Debian based distributions) should be `sudo`-ed. It can potentially break your distro, which does...
I certainly would recommend that approach instead. If the PC has only one user, why would you rather prefer `/opt`? It is the same, you are the sole user of...
> Update keymap logic in `jiangmiao/auto-pairs` should also works, but seems the repo has been unmaintained. In fact that repo is unmaintained but there is an up-to-date fork: https://github.com/LunarWatcher/auto-pairs which...