hrdl

Results 89 comments of hrdl

I can try to implement something that is consistent and a bit more flexible. I want to implement a marking mechanism (in addition to cursor selection) of multiple messages to...

I think iamb's approach in https://github.com/ulyssa/iamb/blob/9a9bdb4862646da3b03490ab250feb62df7ea468/src/windows/mod.rs and https://github.com/ulyssa/iamb/blob/9a9bdb4862646da3b03490ab250feb62df7ea468/src/windows/room/scrollback.rs would be suitable for gurk, too. It avoids the brittle index-based logic and is should be flexible to accommodate e.g. multiple selection...

Just to be clear, this is also relevant when using https and an IP address to identify the host as soon as the device's certificate wasn't signed by an installed...

Another instance, this time there is no mention of `lowmemorykiller`: 3228 ms ``` 03-13 21:02:43.480 24166 24166 D ImageCapture: takePictureWithNode 03-13 21:02:43.480 24166 24166 D CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true,...

Someone referenced this issue in the `AUR/sioyek-git` comment section. Compiling with `-O0` and debugging points towards a different issue when opening `cfr-title-10.pdf`, namely https://github.com/ahrm/sioyek/blob/7637caa55d807b9a58629497a6b5be2c45c6f5d7/pdf_viewer/document.cpp#L828 where `loc.chapter` is `-1`. With `-O2`...

```diff diff --git a/pdf_viewer/document.cpp b/pdf_viewer/document.cpp index a2c8239..2b804a8 100644 --- a/pdf_viewer/document.cpp +++ b/pdf_viewer/document.cpp @@ -825,7 +825,7 @@ void Document::convert_toc_tree(fz_outline* root, std::vector& output) if (root->page.page == -1) { float xp, yp; fz_location...

I don't know enough about GUI frameworks to make sense of this. Apparently both the vertical scroll bar's visibility policy and whether we update the vertical scrollbar's range influence whether...

Under certain conditions this breaks vertical scrolling, so it's more of a starting point to investigate what goes wrong.