nolange
nolange
The plugin does not detect code blocks, which are for example used by pandoc's formatter. ``` {.bash} CLIST=$(schroot -l | sed -n 's,^source:\(.*\-sbuild\)$,\1,p') for ins in $CLIST; do sbuild-update -udcar...
### Packs plugin not usable alone ### Steps to Reproduce 1. Install only the Packs plugin 2. Create a managed C++ project 3. open the "error log" view 4. open...
This series makes some methods `constexpr`, so that you can `consteval` the string representations - where possible. It also adds support for using string_views, which dont need a terminating zero...
I dont know anything about travis, hope this works correctly. see #18
Hello, currently I need to create the following files to get a dbus-broker-only system working: ``` /usr/share/dbus-1/session.conf /usr/share/dbus-1/system.conf /usr/lib/systemd/system/dbus.socket /usr/lib/systemd/system/sockets.target.wants/dbus.socket ``` it would be nice if the package either -...
I recently changed my /media directory to be a tmpfs, and that means there are no directories existing. There is a existing [issue for systemd](https://github.com/systemd/systemd/issues/14418) my fstab contains these entries:...
2 attempts now where made to bring zstd into busybox and there are open questions on whether it is realistical to keep in sync with upstream, since the aim is...
``` /tmp/./lcov_cobertura.py:21: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.spawn import find_executable ```
**This is a...** - [ ] Bug Report - [X] Enhancement Request ## Allow a pre-configure step, to allow conan integration. conan is getting increasingly popular and fills some features...
Fixes: #3829