Results 108 issues of avidseeker

According to [XDG base directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), `isympy` should store history in `$XDG_STATE_HOME/sympy/history` instead of `$HOME/.sympy-history`

interactive

Add the ability to read from multiple apts files. E.g: `holidays.txt, school.txt, work.txt, apts.txt`. Currently: ``` $ calcurse -c apts.txt -c apts2.txt ``` Does not work.

I wrote a [simple guide](https://github.com/avidseeker/awesome-syncthing#icsx5) for integrating Syncthing with calcurse. I hope someone finds it useful. Feel free to add it to calcurse documentation or [FAQ](https://www.calcurse.org/support/). 1. Is there a...

**Bug description.** calcurse crashes on small terminal windows. **Reproduce.** 1. `$ calcurse ` 2. Resize terminal window so that it's smaller than sidebar area. **Expected Behavior.** Print message like: "screen...

Many smartphone journaling apps add a calendar view to journal entries. It would be nice if calcurse can read from stdin and visualize the input "on-the-fly" without having to import....

Let's begin with a checklist: Replace the empty checkboxes [ ] below with checked ones [x] accordingly. --> - [x] I have searched open and closed issues for duplicates -...

I'm launching foliate within a chroot environment (systemd-nspawn). The chroot is set up for launching X11 applications. E.g: tested on Firefox. It seems that it is dependent on dbus? Curious...

bug
not our bug

This is similar to Android behavior. When connecting/disconnecting bluetooth devices or headphone jack, the playback pauses.

Commenting the middle line of ```sh sed \ -e "s/HOST/$HOSTNAME/g" \ -e "s/USER/$USER/g" \ -e "s/ARCH/$(uname -m)/g" \ "$buildfile" ``` should result in ```sh sed \ -e "s/HOST/$HOSTNAME/g" \ `#-e...

.cbz file is a comic book file format that is simply a zip archive of images. Currently, there are no readers supporting the rendering of .jxl files within a .cbz...