Results 15 issues of Jan

I want to keep directories in sync, which both reside on my system, so I don't need ssh. I don't know if this makes a difference for this scenario, but...

Hello, I have an encrypted directory, that I used to decrypt to a mounted volume in macos. Some time ago, in the decrypted view, all the files have disappeared. Still,...

waiting for feedback

**Describe the bug** On a document that exceeds the line number of the screen, PgUp and PgDn move te cursor to the first/last line of the currently visible section, not...

ox-bin, albeit identifying as ox-bin-0.2.6-1, resolves to: ``` ox --version Ox 0.2.3 ``` and ox-git identifies as ox-git-0.2.6-1 in the repo, builds 2.7.3 (if I remember correctly, it just uses...

I would want to stub services my actions use. I asked at stackoverfow, so I hope you don't mind me posting this here, too: https://stackoverflow.com/questions/71225977/stubbing-mocking-a-service-in-a-dancer2-application Usually, I have a setup...

Question

So you can drag it into your image editor, as if it was dragged from a file manager.

At least when the plugin can't connect to the server 5 times, and it stops trying, log output could tell people to try to restart the process. Ideally, this would...

Hi, I am using the most recent version published at flatpak com.usebruno.Bruno, currently 1.10. I am running the most recent Gnome 45.3 using the default dark theme on Wayland. However,...

``` package some; use strict; use warnings; use v5.36; use feature qw(try); sub test { try { print 'hello, there'; } catch($e) { print $e; } return } 1; ```...

Enhancement

for instance `user>TRACK_DATAPRINTER=1 prove my_test.t` with the line ```perl use Data::Printer; my $test= 'x'; p $test, as => 'a test object'; ``` could render as ``` a test object (@/home/user/my_test.t:3)...