yma-het

Results 6 issues of yma-het

Hi! FeedNotifier is a good application, but i can't read twitter with it. The easyest way to read twitter, if you does not have account is this: https://twitrss.me/twitter_user_to_rss/?user= script. But...

When trying to edit in windows linux project with shebang header like "#!/usr/bin/env python", SublimePythonIDE breaks detection cycle when first not-None value is occured. For windows it breaks IDE.

aws-cli now is not shipped with alpine linux

In my opinion, this is not that behavior what user expects to see. 1) We are creating tasks: https://github.com/snok/container-retention-policy/blob/main/main.py#L431C19-L443 2) Remove versions from list marked for deletion: https://github.com/snok/container-retention-policy/blob/main/main.py#L446-L449

``` json1 := []byte(`{"a": { "b": [ {"c": [3,2]}, 2, 1 ]}}`) json2 := []byte(`{"a": { "b": [ {"c": [2,3]}, 1, 2 ]}}`) patch, err := jsondiff.CompareJSON(json1[:], json2[:], jsondiff.Equivalent()) if...

In some cases we want config to exist only in memory. In such case /dev/fd is very handy.