robcxyz

Results 110 issues of robcxyz

Ran into this packaging 1.7.2.7/6 This is largely a local issue but very strange. ``` File "/home/rob/.local/lib/python3.6/site-packages/cookiecutter/operators/checkbox.py", line 8, in from PyInquirer import prompt File "/home/rob/.local/lib/python3.6/site-packages/PyInquirer/__init__.py", line 6, in from...

**Describe the bug** A clear and concise description of what the bug is. Tried using several versions of k9s (latest v0.26.3 - v0.25.18) and when I describe a pod, it...

Just like the standard libraries json.load(), this is an option to have the result returned in a OrderedDict. Didn't implement it to the t like json.load() but close enough and...

With the following `cluster.yaml` ``` apiVersion: opensearch.opster.io/v1 kind: OpenSearchCluster metadata: name: opensearch-cluster namespace: opensearch spec: general: serviceName: opensearch-cluster version: 1.3.1 dashboards: enable: true version: 1.3.1 replicas: 1 resources: requests: memory:...

PyYaml has depricated `yaml.load`. This upgrades it to safe_load per https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

When querying sejong API, I am not able to query contract method on my own nodes vs solidwallet nodes. ```python import requests import json url = "http://108.61.103.8:9010/api/v3" payload = {...

## What is this Python project? A library for building CLI applications based on Python 3.6+ type hints. Made by tiangelo, the creator of fastapi [typer](https://github.com/tiangolo/typer) ## What's the difference...

## What is this Python project? A rewrite of [cookiecutter](https://github.com/audreyr/cookiecutter) into a general purpose configuration language to build modular code generators and declarative CLIs. [tackle](https://github.com/sudoblockio/tackle) ## What's the difference between...

## What is this Python project? A wrapper of [SQLAlchemy](https://www.sqlalchemy.org/) based on [pydantic](https://github.com/pydantic/pydantic) objects. Made by tiangelo, creator of FastAPI. ## What's the difference between this Python project and similar...

I am trying to run a miner in a docker container for testing a mining pool and running into some issues. Not much of rust person so figured I send...