-
*Please use this template for reporting suspected bugs or requests for help.*
# Issue description
libzmq/src/wss_engine.hpp:33:10: fatal error: 'gnutls/gnutls.h' file not found
# Environment
…
-
link.cの以下の2つの関数を1つにまとめる:
```
static int link_is_up(struct tipc_link *l)
{
return l->state & (LINK_ESTABLISHED | LINK_SYNCHING);
}
[...]
bool tipc_link_is_up(struct tipc_link *l)
{
return li…
-
core.hの以下の定義が必要ない:
```
struct tipc_name_table;
```
-
I'm installing the **itypescript** in **jupyter/base-notebook** docker container.
It seems that it is failing in compiling phase:
```
root@cab675b6394b:~# npm install -g --unsafe-perm itypescrip…
-
Hi! Love tIPC and am using it internally; however I have to use a patchfile currently for Typescript to not complain about being unable to find type declarations:
```patch
diff --git a/package.jso…
-
The Go version of CRIT currently outputs raw data decoded from `files.img`. However, it would be more user-friendly if we map constants used in certain fields to human readable strings and decode the …
-
**Describe the bug**
Native DLL is not deleted on JVM shutdown.
This means there is an evergrowing list of DLL files, like this:
- libtmp16589183392456561264junixsocket-native-2.10.0.dll
- li…
-
-
### Describe the bug
It seems that `swiProlog` errors with `Could not find executable file "git" in $PATH` when attempting to have [jamesnvc/lsp_server](https://github.com/NixOS/nixpkgs/issues/195383…
-
**Describe the bug**
I disabled dccp from NETW-3200 in /etc/modprobe.d/blacklist-custom.conf but still get an info about FILE-6430.
**Version**
- Ubuntu 18.04
- Lynis version 3.0.1-100
**Ex…