-
-
Does homebrew-cask support `plist` definition? I know that's supported in regular homebrew formulas, but i'm not sure if the same applies to casks. I have a cask `pgweb` that i'd like to add the plist…
-
This is super cool. Would you like a Heroku button so that it can be easily deployed? I did one for pgweb recently.
-
```
kevinowocki@local /Users/kevinowocki/Sites/gitcoin/web~ % bash fresh_start.sh
Removing network web_default
WARNING: Network web_default not found.
Error: No such volume: kudos_pgdata
Error: N…
-
##### Description
I followed the readme to setup gitcoinco using docker approach however failed, there are multiple issues
1) after I tried to Navigate to http://0.0.0.0:8000/, it shows not able…
-
When a table is viewed the function `TableRowsCount` is called to get the size of the table for pagination. This unfortunately is a very slow operation on large tables as it calls `SELECT COUNT(1) FRO…
-
> bash-3.2$ brew cask list
> flash-player iterm2-beta mou sublime-text vlc
> google-chrome java pgweb virtualbox xquartz
>…
-
> bash-3.2$ brew cask list
> flash-player iterm2-beta mou sublime-text vlc
> google-chrome java pgweb virtualbox xquartz
>…
-
Hey there, I tried to use the following, but it did not work. Is there a different way to try and use 2.0 via docker so I can use pgweb?
services:
cockroachdb:
image: cockroachdb/cockroach:…
-
I need to connect to a postgresql server that requires client certs and uses a root cert signed by a custom CA.
As an example, in Python, psycopg2 connection string allows me to specify all my cert…