Pekka Klärck

Results 725 comments of Pekka Klärck

Already fixed #81 covers similar problem with Python 3.11. Need to think should I create v1.1.1 bug fix release with these fixes already this weekend instead of waiting for next...

If we do 1.2 instead of 1.1.1, it will be a small release and should be safe to upgrade to. It would mainly (only?) add `get_library_information` method (#75) which would...

A problem with this PR is that it contains so many different fixes and enhancements that reviewing everything is really hard. If you @JFoederer are still interested on this, could...

I believe the most important enhancement would be adding `get_library_information`. There's also PR #79 adding it, but it has some problems as well.

I'll look at this again when starting v1.2 development. I'll now create v1.1.1 with just Python compatibility fixes.

This looks pretty good but it would be nice to have some tests for this functionality. In practice the functionality works if all existing tests pass, but it would be...

I'm looking at this project after a long break to fix some critical Python 3.10 and 3.11 compatibility issues. I'll fix the documentation related to "all interfaces" at the same...

I agree there are lot of other file file types that could be supported and it's hard to draw a line somewhere. Personally I'd say it would be best if...

Fat fingers accidentally pressed close in this small screen... I had forgotten about #23. Easier way to limit searching to one extension still sounds good to me. I often use...

This would actually be a pretty convenient default workflow: ``` # 1. Search from all (text) files by default: pss xyz # 2. Limit searching if there are too many...