Results 40 issues of Пётр

cpuinfo built from source (HEAD) on FreeBSD 13.3. Tested on 3 different hardware. 1. Desktop with i7-2700 - OK: ``` host-peter% ./build/local/cpuid-dump CPUID 00000000: 0000000D-756E6547-6C65746E-49656E69 [GenuineIntel] CPUID 00000001: 000206A7-03100800-1F9AE3BF-BFEBFBFF CPUID...

I want to create a FreeBSD port of this library (as I need it for one project). The FreeBSD ports system does no permit to define build options for a...

On Ubuntu 22.04 after login using new ssh: ``` root@ubuntu1:~# umount -R /old_root umount: /old_root/sys/fs/cgroup: target is busy. ```

In `loss.go` file: ``` type lossFnOptions struct { ClassWeights []float64 Reduction int64 // 0: "None", 1: "mean", 2: "sum" IgnoreIndex int64 PosWeight int64 // index of the weight attributed to...

I think that the themes need to be updated to be compatible with last releases of EFL 1.28 and Enlightenment 0.27. Raster added some new staff in new default theme.

Following issue #972 The implemented features permit to define the properties for destination dataset without loosing the initial properties that can be restored later. For example, it is now possible...

I have a problem when I try to send a dataset with many children to a backup host. To avoid mounting the datasets received on a backup host, I need...

Following the failed transfer: ``` * Transferring dataset snapshots to girona.reseaucloud.local + Tranferring zjail/jails/coredns2@vmsnap-1504213200_cbsd_migration_1504213200 ... X [zjail/jails/coredns2], 1, MNTPT: [/jails/cbsd/jails-data/coredns2-data] zfs-recv: workdir is not ZFS-based pool: /jails/cbsd warning: cannot send...

Some software creates mails with multi-line base64-encoded content with spaces inside (at the beginning of lines). Golang base64 decoder does not remove them, so such content is not decoded properly....

For someone (like me) coming from `mcedit` this feature is really essential to adopt this tool (which have many many advantages over `mcedit`). It does not seem to be complex,...