StubbornDeer

Results 4 comments of StubbornDeer

> Here's the PR for anyone wondering: [#41112](https://github.com/twbs/bootstrap/pull/41112) Thanks for this update but can you please explain how to use this patch? Bumped into this problem today :(

Tried to debug the code, in setenv.py I see the pargs is not right: ``` def do_command(self): app_name = self.get_app_name() env_name = self.get_env_name() var_list = self.app.pargs.varKey timeout = self.app.pargs.timeout print('COMMANDS',...

I already provided in the problem description: ``` eb setenv FLASK_APP=commands ```

I found this CSS is working: ``` li:before { font-family: "tabler-icons"; font-style: normal; font-weight: 400; content: '\f554'; } ``` Can you please update the documentation or information to make the...