matt wilkie
matt wilkie
Trendmicro / Apex One reports grout.exe from https://github.com/tarkah/grout/releases/tag/v0.7.0 as a ransomware threat. I tried to submit a false positive report but the form requires a customer ID and other info...
[Here](https://github.com/posativ/acrylamid/blob/master/README.rst#why-the-name-acrylamid) and [there](http://www.tummy.com/blogs/2013/02/09/a-quick-review-of-python-static-site-generators/#comment-817709381) one sees mention that the project name `acrylamid` is a placeholder of sorts, a working name for now until something better might be possibly come to be....
How to handle "side-car" assets that are relevant to only a particular post/page? Right now I have embedded media in`/files/../page-x` divorced from their respective post, e.g. `/Projects/Foo.md'. I'm not comfortable...
Something to consider adding to the default markdown extensions (to allow simpler creation of hyperlinks): https://github.com/daGrevis/mdx_linkify
it would be nice if the time stamps on the static asset files were retained when copied to the output directory. This would make it easier to update the remote...
A standard html file not using any template language in an assets directory will cause a traceback: ``` ...snip... create output/style.css Traceback (most recent call last): File "B:\o4w\apps\Python27\Scripts\acrylamid-script.py", line 9,...
`compile` and `autocompile` issue the following warning, but `docs/assets.rst` still shows a multiple example. ``` acrylamid compile warn multiple static directories has been deprecated, Acrylamid continues with 'assets/'. ``` assets.rst:...
What is the purpose of this choco package repository? For example I might be interested in maintaining a package or two. It would be better if I joined a community...
``` (onenote) PS C:\Users\Matt\code\onenote_export> python .\onenote_export.py * Serving Flask app 'onenote_export' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment....
`KeyError: 'src'` error occurs when there's a broken image in the source page. Work around is to remove the broken images in Onenote. _Example of broken images in Onenote:_ ...