Luca Dorigo

Results 21 comments of Luca Dorigo

Hey, I haven't had time to work more on this and I'm handing in my master's thesis soon so won't have time to look at it for a while more...

I also tried putting the three directories inside a common `systemd/` directory and doing: ``` - link: ~/.config/systemd/user/: glob: true path: systemd/** ``` But it doesn't work - it only...

I took a look at the source code, seems like this is due to a limitation of Yaml/Json - the destination paths are used as keys, and there can't be...

Wanted to get this working so I added a PR, let me know if there's any problems with it

Just adding my voice to this request - with a very similar usecase: I want to sync my e-mail filters in thunderbird (which shares most of the structure of firefox),...

@bschnurr does the "needs investigation" label mean some information is missing? I'm happy to provide more info/run tests if necessary

Is there any particular reason that this has been hanging ? Tqdm is such a widely used library, it's really a pity that it breaks typing anywhere it is being...

> @ldorigo: tqdm does not "break typing anywhere it is being used". Just add `# type: ignore` and `typing.cast` as needed, if you want. > > I wish the Python...

(and for the record, I absolutely agree about duck typing, but it has nothing to do with the issue at hand. Also type annotations are not static typing since they...

Any chance this could be done soon? I can't get locally built sources to work with cython and I need weighted edges :-(