Mario Fasold
Mario Fasold
I have been recording a skript while running a DosBox program, and observed the following issues with the recorded Send Keystrokes sequences: - It records keys that later will yield...
It might be a bit far-fetched, but per this [reddit thread](https://www.reddit.com/r/emacs/comments/14s803p/editmode_for_pointbypoint_text_proofreading_like/) I still try to post my feature idea here. The main concept is this: I would like to use...
I obtained the error Symbol's function definition is void: company--active-p when using the code from your blog post as-is. The obvious solution is to add `(require 'company)` to the configuration....
Since today, I notice that many comments are replaced with "Something went wrong _Type error" Here is one discussion link with 3 affected comments: https://news.ycombinator.com/item?id=40166912 Version 2.8.0. On Google Pixel.
**Description** Loading a plugin with a worker, and closing it, will lead to some errors in the log file. To reproduce, load Zellij with the following configuration: ``` layout {...
I would like to run some functions at defined times and dates. Example: - on Monday to Friday at 7:00 and 8:00 run function A - on Saturday and Sunday...
This repository contains [example code for setting the RTC time](https://github.com/SolderedElectronics/Inkplate-micropython/blob/master/Examples/Inkplate6COLOR/RTC.py). Firstly, there is an error on line 8: ``` >>> display = Inkplate(Inkplate.INKPLATE_1BIT) Traceback (most recent call last): File "",...
It would be quite nice for debugging if [proc:dump_txt(path: string)](https://github.com/pvolok/virterm#procdump_txtpath-string) had an option (or a related function) that could also write all ANSI escape sequences to the dumped file.