Results 41 issues of Tim Vink

Recently looking into alternative macOS window managers, I looking into KWM and Amethyst. "Focus follows mouse" could be a cool feature for ShiftIt: > One of the best feature is...

``` INFO - DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon. All messages on the `mkdocs` logger get counted automatically. File "/anaconda/lib/python3.10/site-packages/mkdocs_print_site_plugin/plugin.py", line 10, in...

If you exclude a directory, it's pages will still show up on the heading 1 right menu on the print page.

bug

The warning can instruct users to disable print site during development, or exclude certain pages

Currently, we are missing: - `read_sas` - [x] `read_feather` - `read_html` - `read_xml` - `read_hdf` - `read_orc` - `read_parquet` - `read_sas` - `read_spss` - `read_stata` We _could_ add them, but...

enhancement
good first issue

(inspired by [this discussion](https://github.com/squidfunk/mkdocs-material/discussions/3315#discussioncomment-5066920)) Instead of `{{ read_csv('table.csv') }}` we could take inspiration from https://github.com/coddingtonbear/obsidian-csv-table and create a [custom superfences notation](https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences) like so: ````md ```table-reader filepath: table.csv ``` ```` We...

enhancement

The example in the `README.md` and the [documentation]() all print each row individually. In practice many users will try to convert the data to a pandas dataframe. Why not include...

enhancement

This is nice! ![Screenshot_20210624-193544](https://user-images.githubusercontent.com/5570380/123308397-e5265b80-d523-11eb-991a-fc865bb0e790.jpg)

enhancement