ckp95

Results 27 issues of ckp95

I didn't realize that `First()` existed until I went poking around in the source today. `First(predicate)` is a nice shortcut for `Iter().first(predicate)`, but it isn't mentioned in the "Streaming &...

## Description of the requested feature I'm not sure if this is already possible, if it is please can you tell me how to do it? I'd like to use...

enhancement

Readme says wildcards are supported, but it doesn't seem to work with `get`. ``` $ handlr list ┌───────────────────────────────────┬────────────────────────────────┐ │ application/octet-stream │ mousepad.desktop │ │ application/pdf │ org.pwmt.zathura.desktop │ │ application/x-gettext-translation...

### Proposed new feature or change: If you have an array built up out of method chaining, sometimes you need to filter it at the very end. This can be...

23 - Wish List

This webpage: https://www.toptal.com/python/python-parameterized-design-patterns When I download it with Monolith, the resulting file has broken scrolling. You can't scroll down to actually read the article. All the text content is in...

I'm trying to get my head around this library and I'm having some trouble understanding how I'm meant to structure Effects that are built out of other Effects, and how...

In the docs [it says](https://docs.xlwings.org/en/stable/whatsnew.html#v0-15-5-mar-25-2019): >Cells that contain a cell error such as #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, #VALUE! return now None as value in Python. Previously they were...

enhancement

**Operating system**: Windows 10 **wxPython version & source**: 4.2.0 msw (phoenix) wxWidgets 3.2.0 installed via pip from pypi **Python version & source**: 3.8.10, installed via pyenv **Description of the problem**:...

I tried to follow the tutorial but I wasn't able to log in as the `git` user over `ssh`. This is after following the instructions on the ssh keys page...

**What version of `fd` are you using?** 8.7.0 Hi, thanks for making such a great tool. One of the things I use it for is as a simple DIY file...

question