g8d3

Results 13 issues of g8d3

does any of these has multi user feature, for collaboratively doing a blog? I saw Automad has ability to register user from admin side, but I mean users to be...

I am trying this: ``` root@multisite:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES root@multisite:~# dokku postgresql:status Postgresql container not running root@multisite:~# dokku postgresql:start b84a35a52b513b3a23ec2772608854f79a166484a0d9db52168ca0e7f9f205eb root@multisite:~# dokku postgresql:create...

btn 'A text', a_path_helper, class: 'my-class', ... btn_primary 'A text', a_path_helper, class: 'my-class', ... btn_danger 'A text', a_path_helper, class: 'my-class', ... ... is intended for additional options

patch-1 had another change I don't know where it came. This patch is just multi stage link changed.

On readme it says `jquery-cookie: Persist data through browser sessions`. Could we put: ```markdown jquery-cookie: Persist data through browser sessions. Only if configured with `storage: 'cookies'` ``` This is just...

Hi, I created an empty folder with `index.slim` page is rendered properly, but when I try to convert `serve convert` I get a file `html/index.slim` which contains html. The only...

I did this and it worked: ``` gem 'ransack', :git => "git://github.com/activerecord-hackery/ransack.git" gem 'squeel', :git => "git://github.com/activerecord-hackery/squeel.git" ``` Will this cause a problem?

I am getting [this](https://gist.github.com/juanpastas/e4ccbf649d41c9bc5645). My Gemfile: ``` ... gem 'ransack', github: 'activerecord-hackery/ransack', branch: 'rails-4.1' ... gem 'squeel', :git => "git://github.com/activerecord-hackery/squeel.git" ... ``` I am using ransack for search forms and...

I'm following [ddi article - Stop Loss, Trailing Stop, or Take Profit? 2 Million Backtests Shed Light](https://medium.datadriveninvestor.com/stop-loss-trailing-stop-or-take-profit-2-million-backtests-shed-light-dde23bda40be). ```zsh pip show vectorbt Name: vectorbt Version: 0.25.5 Summary: Python library for backtesting...