Ross Jacobs

Results 34 issues of Ross Jacobs

### Describe the bug Espanso is running and does not replace a simple trigger. ### To Reproduce 1. Typing in `;es` does nothing. 2. $ espanso edit ``` matches: -...

bug
MacOS

## Problem Querying for AAAA records returns A results ## Expected A dig to google should return this IPv6 address: ```bash $ dig aaaa google.com +short 2607:f8b0:4005:80f::200e ``` ## Actual...

I made [a small tool](https://github.com/pocc/asciinema-edit) to cut frames out and rearrange sections by timestamp. Is there interest in merging it into Asciinema? Regardless of whether this specific implementation is the...

Per discussion in #111, have a save-as file selector option for sake of usability. Windows users especially may not want to root around %APPDATA% for the file.

feature request

## Prerequisites - Running v2 candidate 2a5d55c0a9b826e74213a8c1937a7c16d8e8aa9e ## Problem ### Current Behavior Hex bytes randomly refreshes with "Loading" ### Expected Behavior While capturing, current frame panes should not be updated...

bug
v2

Part of the problem here is that when files are too large, it's harder to contribute :) I'm seeing a lot of UI logic in this file. Maybe refactor that...

feature request

I might be missing something, but I'm not seeing test functions in `termshark.go`. It looks like there's a smattering of unit tests scattered throughout other files, which is good. More...

feature request

This is something that clang-format-diff and clang-tidy-diff do to varying degrees of success. Via https://www.reddit.com/r/cpp/comments/pnli5r/cc_precommit_hooks_for_static_analyzers_and/

Kenneth Reitz gain provides a good example: https://github.com/kennethreitz/setup.py You could also go with Poetry instead, as a way to track your dependencies if you wanted to try the hip new...

Testing makes sure that what you think your code does is actually what it does. It also helps to document your code. Kenneth Reitz (i.e. the guy behind `requests`, which...