Oliver Smith

Results 11 issues of Oliver Smith

Variables used in `include::` statements are expanded twice, resulting in the include path being wrong. For example, here is the relevant part of a file called `rtp-amr.adoc`: ```adoc [graphviz] ----...

Using lxc as build environment, a package that tries to run a testsuite during the build process fails with: > The system has no more ptys. Ask your system administrator...

**UBports Installer `0.8.8-beta` (deb)** Environment: `Debian GNU/Linux 10 buster linux 4.19.0-16-amd64 x64 NodeJS v12.18.3` Device: yggdrasil Target OS: VollaOS Settings: `undefined` OPEN-CUTS run: https://ubports.open-cuts.org/run/60956978094ace0007d225b4 Log: https://paste.ubuntu.com/p/tpFvRpnTQn/ First run errors with...

# Issue Description I've tried to use `obs_admin --remove-old-sources` to clean up old sources, as disk space on our self-hosted OBS instance was filling up. We have a lot of...

Bug
Backend

The `build-vm-lxc` script checks for the version here: https://github.com/openSUSE/obs-build/blob/fa724400cb762a138b21a2439118a57e9a15d9ee/build-vm-lxc#L83-L96 and here: https://github.com/openSUSE/obs-build/blob/fa724400cb762a138b21a2439118a57e9a15d9ee/build-vm-lxc#L64-L72 ``` [ 4s] booting lxc... [ 4s] Unsupported lxc version 6.0.2! ``` It only supports up to version...

When trying to install the current master with: ``` pip install 'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' ``` It fails with: ``` setuptools.errors.InvalidConfigError: License classifiers have been superseded by license expressions (see https://peps.python.org/pep-0639/). Please remove:...

This PR will fix #266. I've tested it with 3G and subscribers were able to attach. There is still a lot to do before this is ready to merge, but...

Store the current DB version inside the database itself and do automatic database upgrades when PyHSS starts, from version 1.0.1 or later. With this, users can just use the latest...

From [tools/databaseUpgrade/README.md](https://github.com/nickvsnetworking/pyhss/blob/master/tools/databaseUpgrade/README.md): > Database upgrades are currently limited to semi-automation. > > Alembic is used to handle database schema upgades. > > This will not give a foolproof upgrade, ensure...

This is a follow-up to the discussion from #262 (which I've updated to not change `Get_Vectors_AuC`). Two things are unexpected in the SQN increase logic in `Get_Vectors_AuC` in `lib/database.py`: 1....