Stanimir Ivanov
Stanimir Ivanov
### Description Can't seem to change the color of the tooltip and the donut labels displayed inside the chart. I updated the colors for the legend and the actual slices...
I'm trying break my app into proper modules. Gradle and IntelliJ fail to recognize jnr-fuse as valid modules. I see that module-info.java is missing. It will be nice to add...
While an operation is in progress (file write) the umount() function returns without an error but doesn't force an umount. I have submitted a PR to fix this. https://github.com/SerCeMan/jnr-fuse/pull/114
On Mac OS X, if there is an operation in progress the umount() function returns without an error but the operation doesn't succeed. We need to force the umount() in...
I kept having random segfaults on Windows (through WinFSP) because the FileInfo structure was not correctly transformed during a debug call. I think all user provided objects should properly implement...
The online documentation lists all fields in the table except the last one which is `locale`. Here is the schema of the table: ``` CREATE TABLE chrome_extensions(`browser_type` TEXT, `uid` BIGINT,...
https://github.com/osquery/osquery/blob/598983db97459f858e7a9cc5c731409ffc089b48/specs/processes.table#L1 On my Mac I get the following columns: ``` CREATE TABLE processes(`pid` BIGINT, `name` TEXT, `path` TEXT, `cmdline` TEXT, `state` TEXT, `cwd` TEXT, `root` TEXT, `uid` BIGINT, `gid` BIGINT,...
I have the following error when running `staticcheck` on my app in a `golang:1.19-buster` docker container. I also installed`libgl1-mesa-dev` but it didn't help: ```text staticcheck ./... #21 82.97 /go/pkg/mod/github.com/go-gl/glfw/v3.3/[email protected]/build.go:53:8: could...
Vulnerable package found: file: pkg\mod\github.com\antelman107\[email protected]\net-wait-go-windows.exe This program is dangerous and executes commands from an attacker. cc @smartvault