John Louis Del Rosario
John Louis Del Rosario
Oh. This is strange. I'm getting the same darker color with Mac OS X Terminal. I'm primarily using iTerm2. I'll look into it. Thanks!
Sorry it took so long. So I have no idea why it looks different on iTerm2.app. I just didn't have the motivation to work on a fix. But I did...
Haven't found a fix or workaround for it. But I did find that the cause is definitely due to apps being listed in both `SHARED_APPS` and `TENANT_APPS`.
Has this been merged to master?
Would disabling backup files (or writing them somewhere else) be a workaround?
How about using @feth's fix, but passing a default value for the `prepared` and/or `connection` parameters to preserve backward compatibility? e.g. ``` def get_db_prep_save(self, value, connection=None): def get_db_prep_lookup(self, lookup_type, value,...
Hi. Yeah, no Helm support as I don't use Helm myself, and thus have no idea where to start to add hooks or advices. I'll try to install Helm over...
Hi. I updated my website couple of weeks ago and don't plan on adding the images back. But they're still in the old repo at https://github.com/john2x/john2x.github.com/tree/old-site/images/projects/photomosaic
Hi! I've created the two separate pull requests for the README and post_processor changes. Hmm one potential issue with the nested way of defining ancestors/children is that two entities can't...
> The original idea I had was to use the "**children**" key with a list of dicts as its value. This way, an ancestor could have any number of direct...