David Escribano García

Results 11 issues of David Escribano García

I think with 32,000,000 you can implement travel in time feature.

Steps to reproduce: 1. Open CtrlSmartTabs 2. Press escape

bug

Provide an option to dhow tabs in reverse accessed order.

enhancement

Just bought a Samsung Galaxy S22, I tried to map the _side key_ with KeyMapper and it doesn't work. I guess you might wonder what is the _side key_... >...

It'd be nice to be able to (optionally) replace application names with icons. For example, if the current program is "vi", "vim" or "nvim" display  instead. If the program...

### Steps to Reproduce 1. Create a `test.py` like: ``` import asyncio import telegram bot = telegram.Bot(token="some-token") async def send_msg(): await bot.send_message(chat_id="channel-id", text="Hello World") # Argument missing for parameter "self"...

type hinting

I'm trying this code: ```perl use strict; use warnings; use Paws; use Paws::Credential::Explicit; use Data::Dumper::Concise; my $cf_service = Paws->service('CloudFront', region => 'us-east-1', credentials => Paws::Credential::Explicit->new( access_key => '***', secret_key =>...