Erik
Erik
Hello! I like to colorise a specific group of words (house, mouse, ...) in a specific color (red). Another word group (tree, apple, ...) should be coloured differently (green). I'd...
Thank you for providing Remarkable. I'd like to write plugins but the available documentation is more of an internal documentation. I am also unsure whether every plugin is simply applied...
**Problem** The current implementation of `trim()` works for: - trimming transparent areas - trimming areas matching the exact color found in the corners. Due to image compression `trim()` fails to...
image 3.2.0 **PROBLEM** Internally, the `drawString()` method splits newlines. But given the `RegExp` used it splits also parenthesis `( )`. The result is a false render, introducing an additional line...
This is valid CSS: ``` .pro > img { ... } ``` and it gets transformed into: ``` .pro > img { ... } ```
Mac 10.13.4: subsequent installation of nokogiri fails during installation process of twee2. Installing it manually, this works: (sudo) gem install nokogiri -- --use-system-libraries=true --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2/
## 🚀 Feature Requests I would like to read all the currently cached keys. Or to be able to check if a certain key is already cached. ### Contextualize the...
Creating GIFs using the GifEcnoder results in a black background. Per default, `dispose` is a constant of `2`. Thus, the GIF restores the background after each frame. In consequence, a...
Hello, I'd like to chain to animations and create a sequence. `InOutAnimation` depends on user interaction and does not run automatically. Also, I am not sure that I understand how...
What is the proper way to handle an Exceception from a queued function: How to clear all queued functions and to stop the pool? The following code catches the Exception....