Eric Smith
Eric Smith
For what it's worth, I wrote a Python utility to convert OneNote notebooks to Notable. It hasn't undergone extensive testing, but it worked well enough for me: https://github.com/genericmoniker/onenote-dump
I'd really like this too. It may only be on the beta versions (?) but Notable has a quick directory switcher in the lower-left corner if the status bar is...
> [](https://cla.hashicorp.com/hashicorp/vagrant?pullRequest=13379) > > Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. [Read and...
I was getting this warning logged when relying on the defaults indicated in the [Using Redis](https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/redis.html#configuration) documentation. My configuration: ```python broker_url = 'redis:///0' ``` The docs say "all fields after...
I'm new to htmx, but encountered something like this in another context, which led me to [this StackOverflow answer](https://stackoverflow.com/a/79022). Since the value of hx-target can be a CSS selector, maybe...
Sure: ``` $ /usr/bin/python3.12 /usr/local/lib/python3.12/site-packages/pdm/models/in_process/sysconfig_get_paths.py prefix {"stdlib": "/usr/lib64/python3.12", "platstdlib": "/usr/local/lib64/python3.12", "purelib": "/usr/local/lib/python3.12/site-packages", "platlib": "/usr/local/lib64/python3.12/site-packages", "include": "/usr/include/python3.12", "platinclude": "/usr/include/python3.12", "scripts": "/usr/local/bin", "data": "/usr/local"} ```
``` $ pdm pack -v Packing packages... STATUS: Resolving packages from lockfile... All packages are synced to date, nothing to do. Installing the project as a package... ✔ Install test...