Luca Béla Palkovics

Results 29 issues of Luca Béla Palkovics

enhancement
help wanted

Pretty simple to add, but not that important right now

enhancement

At the moment it's not possible to select text large than the visible widget. While selecting text the parent ScrolledWindow should scroll if the mouse reaches the top or bottom...

enhancement

``` kokutoru irungentoo, if I send 3 messages to a client 1,2,3 and that client goes offline and only got 1,2 (+I got read receipt for 1,2). The client comes...

enhancement

- seperate CoSetProxyBlanket-Hack - add builtindll hack

The description and the 'A single update step of the model.'-illustration doesn't match. ``` alive = max_pool(state_grid[:, :, 3], (3,3)) > 0.1 state_grid = state_grid * cast(alive, float32) ``` But...

### Describe the bug Something goes wrong if the output of `Conv2d` is shape `(b, c > 8, 1, 1)`... Works correctly with `DEVICE='cpu'` but fails with `DEVICE='xpu'` ```python import...

ARC
Crash

When doing `systemctl start [email protected]` or `systemctl start yoga-tablet.service`. Suspend stops working, immediately wakes up. Is there a way to stop the service when going to suspend and restart when...

Using `image.LoadSettings.RenderDelay = 10000;` should delay the rendering by 10 seconds. But it doesn't. wkhtmltoimage used to ignore `--javascript-delay` but it got fixed https://github.com/wkhtmltopdf/wkhtmltopdf/issues/2142 I am using `0.12.2.2` and the...