Milan Nikolic

Results 16 issues of Milan Nikolic

Raygui was rewritten in Go a long time ago. In the meantime, the C version is rewritten and new features are added. Some possible actions now are to rewrite again...

Rres now have a final format, Go rres and the resources example should be updated. Also, there are many FromMemory functions that didn't exist before.

I maintain Golang bindings for unarr at https://github.com/gen2brain/go-unarr and there is this issue reported with tar archives https://github.com/gen2brain/go-unarr/issues/21, along with this CVE https://github.com/advisories/GHSA-v9j4-cp63-qv62. Unfortunately, I don't have a sample of...

``` go mod why -m golang.org/x/net github.com/srwiley/oksvg golang.org/x/net/html/charset ``` ``` Dependency go:golang.org/x/net:v0.6.0 is vulnerable, safe version v0.21.0 CVE-2022-41723 7.5 Uncontrolled Resource Consumption vulnerability with High severity found CVE-2023-44487 5.3 Uncontrolled...

I can reproduce this every time I remove the docking from the laptop. I am using the Volume Control widget with plain ALSA. I believe this is related to this...

The following example will reuse ports but will listen on TCP instead of UDP: ``` package main import ( "fmt" "os" "github.com/kavu/go_reuseport" ) func main() { l1, err := reuseport.Listen("udp",...