Thomas Frössman

Results 206 comments of Thomas Frössman

> The more I think about it, the more I like the idea of applying this "minimum version" rule only to direct dependencies. If applied for all transitive packages, I'm...

> I cannot directly influence transitive dependencies other than making them direct dependencies You can use a constraints files ( https://pip.pypa.io/en/stable/user_guide/#constraints-files ) which probably are what I would want to...

I just tested emacs25 for the first time yesterday and region bindings mode did not work at all.. Did not get disabled on keyboard-quit and also missed deactivation when repeatedly...

I just switched to the emacs-25 branch again due to bugs elsewhere and now deactivation stopped working properly again.. Maybe I should create a separate issue.. The biggest problem seems...

The problem actually seems to be that the region gets deactivated without `deactivate-mark-hook` being executed. The emacs NEWS file says "deactivate-mark is now buffer-local." .,. I will investigate if its...

It seems like cua-mode might be the cause of the region not being deactivated even though I only have the cua rectangle mode active and have not used it..

obviously the above is not enough, the error needs to be added to the callback function as well. Anyway, the idea is to be able to return an error from...

We also have a related problem with several repositories where we release multiple services from one repo using tag prefixes. Auto tag cannot handle it tags like `cmd/foobar/1.4.3` or `cmd/foobar/v1.4.3`....

I could maybe have a go at it experimenting some to get a POC.. I have been wanting to try use *lark for something but have not had a real...

supporting multiple minor releases of software is certainly not unusual. I am not talking about changing the behavior, just extending it. But sure, I can make my own version parsing...