farblos

Results 11 comments of farblos

Another symptom of this bug: ``` /home/farblos/work/arduino/libraries/NewliquidCrystal/I2CIO.cpp:34:29: fatal error: ../Wire/Wire.h: No such file or directory compilation terminated. ``` `I2CIO.cpp` of my NewliquidCrystal distribution contains: ``` #if (ARDUINO < 10000) #include...

Will try. IIRC I could not find the debug symbol package corresponding to package `s3fs-fuse-1.90-1.el7.x86_64`, downloaded from `Oracle Linux 7 EPEL Packages`. Any other chances to get these except compiling...

@ggtakec I'd like to built v1.90 + your fixes. Since I do not use git on a daily basis, please confirm that the following steps would get me the sources...

At least executing above steps seem to result in a working `s3fs` executable. Will do some larger scale uploads now using rsync.

Tests so far did not reproduce the problem. **But** I observed a slow but steady increase of memory consumption by the s3fs process. Not anything close to an OOM condition,...

My 2 cents, based on ``` > ssh.exe -V OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 ``` and ``` > .\tmp\ssh.exe -V OpenSSH_for_Windows_8.6p1, LibreSSL 2.6.5 ``` all done to the same Linux host over...

@SER-3604 Not sure if you need more confirmation, but for me the patch from https://gitlab.freedesktop.org/mesa/mesa/-/issues/4454 fixed my flickering. Here the data of my system: ``` Dell Lattitude 7420 Debian GNU/Linux...

For the record (Linux only): - Issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4412 - Merge Request: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9903 - Commit: https://gitlab.freedesktop.org/mesa/mesa/-/commit/0f247cc8a9edafdb2d952d552c4c61d38c1dbfbe I haven't been able to read the commit graph on https://gitlab.freedesktop.org, but from this [blame](https://gitlab.freedesktop.org/mesa/mesa/-/blame/mesa-21.2.0/src/gallium/drivers/iris/iris_batch.c)...

> Maybe not ideal, but [this script](https://greasyfork.org/en/scripts/424030-stylus-shadow-dom-support/code) appears to work pretty decently. @narcolepticinsomniac Confirmed (and if only to bump this enhancement request). However, "Live Update" does not seem to work:...

@haampie: What if the file or directory B to inject into directory A is several layers below A? More concretely, I'd like to have directory `/usr` ro-bound from my host...