Heinrich Schuchardt

Results 9 comments of Heinrich Schuchardt

@rsaxvc I am using KDE on Debian Stretch. I have set Mouse wheel scroll by 5 lines. Yet I need several ticks on the mouse wheel to move a single...

Same for me: KDE Konsole 16.12.0 on Debian Stretch ``` -- System Information: Debian Release: 9.1 APT prefers stable APT policy: (100, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: arm64, armhf...

Hardkernel's fip_create is based on the tool of the same name in ARM Trusted Platform, version 0.4 https://github.com/ARM-software/arm-trusted-firmware Amlogic has made the following changes: image_offset and toc_size have hard coded...

Does your test really prove that the address is hard coded? Or does it only imply that the code does not care about the UUIDs in the tasble of contents...

I have different things which need different value mapping. So I need multiple handlers. [io.adafruit.com](https://io.adafruit.com) accepts only a single concurrent connection. So I really need the single connector to be...

So I convert this relative path to an absolute one: ``` @property def workdir(self): mypath = os.path.dirname(os.path.realpath(__file__)) + '/tbot-workdir' return linux.Workdir.static(self, mypath) ```

Menu -> Edit -> Insert/Edit Link -> File You will have to tell your operating system that the file ending you use should be opened with Cherrytree and not with...

The online help and the documentation should describe if multipass is meant to support non-host architectures.

The current U-Boot upstream follows what is describe in the device-tree specification draft. https://github.com/devicetree-org/devicetree-specification/blob/master/source/chapter3-devicenodes.rst: Reserved regions with the no-map property must be listed in the memory map with type EfiReservedMemoryType....