tchar

Results 46 comments of tchar

> Thank you for your reply. I definitely see this might cause such issues. How about those euros? > > I would love to contribute, however since I'm writing my...

Hello @guillaumevauvert-datadome 1. what happens if you type time? 2. Did you setup specific default cities? Like for example if you type `time at Delhi`, does it work or just...

Hmmm the user python packages should work. Assuming you did install parsedatetime with ```bash pip install parsedatetime ``` Do you by any chance have multiple python versions and for some...

Hello, Looks like the links are not preserved when you clone the repo. The USD currency flag is a symbolic link to US flag. Looks like git converted USD.svg to...

Hello again @Laar3 So I found the issue. If you clone the repo directly to ulauncher extensions through git clone, it works perfectly. For some reason when you install the...

@Laar3 I should create a logger indipendently from ulauncher because it is not enough as the project grew in size. All right that's a different issue. Normally if you go...

Hello @guillaumevauvert-datadome, I am trying to understand what is the feature request. So let's assume that time is `November 25, 2021 00:00` then time + 1 hour will give you...

Ah I see so you need the unix timestamp in whatever units. Let me think if this is easy to implement. The reason is because the `time` command does not...

Hello @jrafaaael have you installed the dependencies? ``` Pint==0.17 simpleeval==0.9.10 parsedatetime==2.6 pytz==2021.1 ``` Also this problem really looks like a [Ulauncher](https://github.com/Ulauncher) problem because I have similar problems myself. Right now...

Hello, Is there any future plan to allow plugins in Python like Wox and not only C#/C++?