-
A collaborator reported me this installation problem on the JLSE system in Argone. He got the following error during "make install":
```
...
-- Detecting CXX compile features
-- Detecting CXX comp…
-
**Describe the bug**
First of, this is 100% related to this comment https://github.com/NLnetLabs/unbound/issues/935#issuecomment-2226097643
**To reproduce**
Steps to reproduce the behaviour:
1. …
-
**Describe the bug**
If `ratelimit-below-domain: in-addr.arpa 2` is configured then unbound will log the following:
```
notice: ratelimit exceeded 8.in-addr.arpa. 2 query 4.4.8.8.in-addr.arpa. …
-
On version 1.5.0:
Configured with `cmake -DCMAKE_LINKER_TYPE=MOLD -DWITH_FFTW=FALSE`
```
[ 95%] Building CXX object CMakeFiles/audaspace-py.dir/bindings/python/PyHandle.cpp.o
[ 95%] Building CXX o…
-
### Describe the bug
The package names and `@PythonModule` annotations of the created stubs are wrong. For example, the stub for the `Image` class of `Safe-DS` starts with
```
@PythonModule("sa…
-
#### Chaquopy version
classpath "com.chaquo.python:gradle:9.1.0"
#### Devices or emulators where the issue happens
HTC Mobile Phones and samsung tablet
#### Relevant parts of your code
…
-
Hi there,
I just installed unbound on my AdGuard home system and thought it was running fine, but the status shows me problems, I can't resolve by myself.
**Describe the bug**
root@AdGuard:~#…
myssv updated
3 months ago
-
**Describe the bug**
A clear and concise description of what the bug is.
**To reproduce**
Steps to reproduce the behavior:
1. Download unbound 1.20.0 source code
2. Copy the config line from 1.…
-
**Describe the bug**
Calling `import('python').find_installation('python3')` in the body of `project()` causes an unhandled Python exception to be raised.
**To Reproduce**
The following `meson.bu…
-
Hello guys,
I have an interface class in c++ which contains pure virtual functions (simplified version):
```
class IFoo {
public:
IFoo(){};
virtual ~IFoo(){};
virtual std::string get…