Elizaveta

Results 14 issues of Elizaveta

``` > mtpfs_dir/bin/go-mtpfs xiaomi 2018/06/30 23:23:05 OpenSession failed: LIBUSB_ERROR_IO; attempting reset 2018/06/30 23:23:07 Configure failed: OpenSession after reset: LIBUSB_ERROR_IO ```

The union of two rectangles: ![squares](https://user-images.githubusercontent.com/10729543/40574552-c2d8651e-60dc-11e8-93b9-3ba31b3dd908.png) I expected the rounded union be something like ![want](https://user-images.githubusercontent.com/10729543/40574548-b9a5db34-60dc-11e8-8d00-9c03cd799965.png) But actually I get this: ``` union(r=10) { square([10, 10]); translate([10, 0]) square([10, 20]); }...

graphics-engine

Prior to submitting a new issue make sure to complete these steps: - [X] Checkout the `dev` branch and confirm the issue is present there as well. The `dev` branch...

bug
table-of-contents

I cannot trust any conversation at all even if have а list of all genuine fingerprints for all devices my buddy has. Even if lurch shows me all fingerprints of...

bug
enhancement

>Valid arguments for 'lurch' in groupchats are 'enable', 'disable', 'uninstall', and 'help'.

enhancement

``` # First ### Third ``` becomes ``` * [First](#first) * [Third](#third) ``` and github renders it in one line (see https://github.com/elimohl/test/blob/master/README.md)

enhancement

There is a check that doesn't allow to use `conv2d_gradfix` with PyTorch 1.9.0 (or later): https://github.com/rosinality/alias-free-gan-pytorch/blob/0e9512888128da58e2bc5945384e2212cab38ff5/stylegan2/op/conv2d_gradfix.py#L85 Is there really some specific functionality that only PyTorch 1.7 and 1.8 have, or...

[README.md](https://github.com/rosinality/alias-free-gan-pytorch#alias-free-gan-pytorch) says "This implementation contains a lot of my guesses, so I think there are many differences to the official implementations". Is this sentence still accurate?

When I write something like, where I use "rsd" currency for the first time, ``` 2023-03-13 [assets] = 1 rsd income:past ``` `ledger bal assets` prints `rsd1` instead of `1...