Josh Preston
Josh Preston
Would this allow me to watch a SegWit account? I have a Trezor, and while I can watch a specific SegWit address, I am unable to see a SegWit account.
I will gladly provide a +1 for this feature/issue!
Is Puppet version 3.8.1 installed on both CentOS 6 and 7? What version(s) of Ruby are you running?
Are you defining ```leapp_custom_repositories``` or just using the default of ```[]```? What versions of Ansible and Python are you using? Can you post the output of: ``` ansible --version ```...
I've done a little preliminary testing, and for ```leapp_custom_repositories``` using either the default value or a custom repository (epel), I was able to complete the preupgrade: ``` # Default []...
I hit a seemingly related problem to this recently as well, and started a PR for my fix... #10086 This is closer to the problem I am having, but shares...
Two things: Check the permissions on your host /var/lib/postgresql. This is likely caused by your user not having write permissions. Alternatively you could check if selinux is blocking it. I...
Including an example `build-config.env` file for reference. ``` # ============================================================================ # mediacms/build/full.env - Comprehensive Docker Build Configuration # Purpose: Provides all possible build arguments for MediaCMS Dockerfile # Usage: #...
And on a long enough timeline, I envision `mediacms/cms/settings.py` to resemble: ```python import datetime import importlib import logging # Added for enhanced logging import os import pytz from celery.schedules import...
Started a `build.md` file to document this. [build.md](https://github.com/mrjoshuap/mediacms/blob/feat/build-replacement/docs/build.md) at https://github.com/mrjoshuap/mediacms/blob/feat/build-replacement/docs/build.md Still rethinking some of the structure and commands, but it's a start before I get into actual implementation.