Max Arnold

Results 81 comments of Max Arnold

I made a fork of `reclass` which fixes this issue https://github.com/max-arnold/reclass/commits/maintenance and also ported reclass to Python 2.7/3.6. This fix took less time than migration attempt to built-in `saltclass`. Briefly...

I tried to construct similar synthetic example, but this one works just fine: ``` diff diff --git a/1.md b/1.md --- a/1.md +++ b/1.md @@ -1,1 +1,1 @@ -Lorem Ipsum is...

@ceralena Could you please react in any way? This issue breaks the package installation process.

@roncanepa You might want to check out this fork: https://github.com/nickgarber/flowstate_viz It contains the setup.py fix, and also supports more types of dependencies.

``` /Users/user/.virtualenvs/instagram-story/lib/python3.7/site-packages/instalooter/looters.py(351)get_post_info() | 1/5534 [00:09 351 if 'graphql' in data['entry_data']['PostPage'][0]: 352 return data['entry_data']['PostPage'][0]['graphql']['shortcode_media'] ipdb> data['entry_data'] {'LoginAndSignupPage': [{'captcha': {'enabled': False, 'key': ''}, 'gdpr_required': False, 'tos_version': 'row', 'username_hint': ''}]} ``` `instalooter login`...

> Please, what does it mean `instalooter login` did help? It means that you need to run the `instalooter login` command and enter your instagram login details

I did some initial research and found this: https://github.com/containers/python-podman/issues/70#issuecomment-572175842 https://podman.io/blogs/2020/01/17/podman-new-api.html A couple of important highlights: > python-podman implementation is not fully compatible with libpod varlink defined interface > The bottom...

I made some progress trying to run podman containers using its new [Docker-compatible API](https://podman.io/blogs/2020/01/17/podman-new-api.html) and the existing `dockermod` execution module. Installation instructions (Ubuntu 20.04, Salt 3001): ```yaml Pip pkg: pkg.installed:...

The current goal is to make the existing modules work with minimal or no changes (it was stated that [docker-py should just work](https://github.com/containers/podman-py/issues/2#issuecomment-582120945) with Podman APIv2). If it turns out...

Another progress update: first successful launch of a Podman container using Salt docker module https://github.com/containers/podman/issues/5580#issuecomment-773786713