Daniel Mouritzen
Daniel Mouritzen
It seems extraterm doesn't react to the OSC 52 escape sequence, which is for copying to the clipboard. This is for example required to have copy mode in a tmux...
Simple change to allow using a different style for the `Footer` widget.
In a multiprocessing scenario, you might want to send and exception through a pipe so it can be logged by the main process. This requires the exception to be pickleable,...
As it is now, each pixel in the depth image is projected to one pixel in the registered image. This is a problem because the registered image has the same...
The IDL-Python type conversion has various special cases, defined [here](http://design.ros2.org/articles/idl_interface_definition.html), such as mapping `octet[N]` to `bytes`. However it seems like one obvious special case is missing: `char[N]` to `bytes`. A...
I like the way multi-monitor support is implemented currently, with one workspace on each monitor. However, sometimes it would be nice to be able to see two windows from the...
Hi @cmp-nct, thanks for your work! I was getting CPU spikes with your LivePlugin, so I went ahead and reimplemented the core functionality as a regular plugin. Check it out...
OpenAI just released some [new features](https://openai.com/blog/new-models-and-developer-products-announced-at-devday) to their API, namely: - [Assistants](https://platform.openai.com/docs/api-reference/assistants) - [Threads](https://platform.openai.com/docs/api-reference/threads) - [Vision input for Chat Completions](https://platform.openai.com/docs/guides/vision) - [Text to speech](https://platform.openai.com/docs/api-reference/audio/createSpeech) - [DALL-E 3 model for image...
### Discussed in https://github.com/jesseduffield/lazygit/discussions/3014 Originally posted by **9mm** September 16, 2023 I really love the combined git log graph where it shows a visual of the branches and commits: ```...