Christoph Thiede

Results 216 issues of Christoph Thiede

From my experience, it seems to be some state-of-the-art for making good tables. It would be great if I could it for my papers submitted to ACM.

Using the LIFX app, I can change the brightness of my light strip so that each color zone is set to the target brightness. However, if I call `set_brightness(32768)` on...

To get and set animations for MultiZoneLights/Tiles as described here: [Firmware Effects · LIFX LAN Protocol](https://lan.developer.lifx.com/docs/firmware-effects). Likely steps: - Implement the following messages in `msgtypes.py`: `SetMultiZoneEffect`, `GetMultiZoneEffect`, `StateMultiZoneEffect`; `SetTileEffect`, `GetTileEffect`,...

As the docs say, only write each progress update on a new line if `logging` is set to true. In the past, the check was implemented in the wrong way....

I tried it with `MMBrowser openOn: 'https://github.com/cmfcmf/MagicMouse/'`, but unfortunately, yellow clicks on the images in the readme appear not to work. I also could not select images from any other...

As of 2021-11-15, new users can only use the v2 version of the API unless they are granted elevated access: > Twitter API returned a 403 (Forbidden), You currently have...

![image](https://user-images.githubusercontent.com/38782922/107981199-f1246e80-6fc1-11eb-8fe6-e9fa1649c459.png) Non-pinned tab overlapping pinned tab when using horizontal scrolling ...

I have made a video in a portrait format and would like to display the thumbnail in the same format. Something like an URL parameter for cropping the preview image...

## System - Chrome 83 - Windows 10 - Squeak 5.3 ## Steps to reproduce - Open a CodeHolder with a rather long method - Click into the text morph...

enhancement