-
Not sure whether this is related to #35 but I tried tracking this down and am a bit confused. So I put some statements in the `debian/rules` to investigate, as in:
```
%:
ls -lah /etc/resolv.…
-
Last updated for commit 14d535f384e446775a26db9d0dc94a24268933ad [[source](https://github.com/astral-sh/uv/actions/runs/9451586092)] with threshold of 10s
## Windows
```
36.415s uv::lock lock…
-
A proper issue for the suggestion I filed in issue #28, I'll copy-paste for convenience:
"Would also be cool if we could recover the NID related sections (`.lib.ent`, `.lib.stub`, `.rodata.sceModul…
-
In our project we have a Gemfile that includes `fast_jsonparser`.
I am not a compiled C expert. To reproduce my problem you simply bundle install on my VM.
```
$ uname -a
Linux d050445-16699771820…
-
Hi, just discovered this lib. Seems like something very useful for storing data on an sd card on a microcontroller. When I try to add this library to a `no_std` binary I get errors with memchr, does i…
-
Hi avahi experts,
The avahi-daemon seems to use a random port for udp listening(not 5353). Does anyone know what this port used for? Can we disable or use a fixed port for it? Is it configurable?
…
-
Sometimes, lookups of IP addresses using Team Cymru's service results in an error; examples:
```
% as-lookup 37.128.207.56 45.84.0.83
37.128.207.56 AS42532 | LV | VEESP-LV-AS
45.84.0.83 …
-
## Linux distribution and version
Fedora 33
## Flatpak version
1.8.3
## Description of the problem
I'm developing an app that connects to devices in the local network that are accessed by host na…
-
python-dns security update
Severity: moderate
Description
The python-dns package contains the dnslib module that implements a DNS client and additional modules that define certain symbolic constants u…
-
In GtkD, gtk.Application imports gio.Application.Application as GioApplication:
``` D
private import gio.Application : GioApplication = Application;
```
But when you press F3 on Application it jumps…