Nikos Alexandris
Nikos Alexandris
I am sure you are aware of "other" design approaches out there, yet just mentioning : https://jupyterbook.org/en/stable/content/figures.html?highlight=margin#margin-captions-and-figures. You can see that the right menu doesn't get on the way of...
> > You can see that the right menu doesn't get on the way of margin content > > Personally, I find the animations too hectic. May be. For what...
> @NikosAlexandris you can adjust the width with a few lines of CSS to your taste, [as explained in our documentation](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#content-area-width): > > ```css > .md-grid { > max-width: 1440px;...
> You can set it per [`template`](https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-template), which you can set per page, or just drop some CSS in a page, if you just want to set it for one...
Just a kind reminder of the existence of https://github.com/direnv/direnv. It would be actually nice to learn from it and explore integration with it ?
> ```shell > skm_cli/_cli > ├── __init__.py > ├── _agent.py > ├── _aws.py > ├── _cli.py > ├── _dmarc.py > ├── _project.py > ├── _publish.py > ├── _slack.py > ├──...
> It's tedious and I don't recommend it for small codebases Thank you @sidekick-eimantas . What are then (other?) benefits other than safeguarding the 'consumer' from no meaningful import(s, is...
That gives an idea. Thank you for your invaluable time to respond.
> * pip install git+https://github.com/tiangolo/typer.git@refs/pull/567/head For some reason this downgrades to typer 0.7.0 here. **Update** I just copied over the _new_ file over the _old_ file locally. It works. Looks...
> That being said i guess it would be nice to have something like `--color-always` option like with the `ls`-command: Colors appear just fine here, after `script -q -c "clitool...