Kyle King
Kyle King
As a quick update, I am making progress on `mdformat-mkdocs`. I am running into an issue where the rendered HTML doesn't match and pre-commit fails, but once I resolve that,...
Done! If you run into any issues, open a ticket here: https://github.com/KyleKing/mdformat-mkdocs
This ticket keeps accidentally closing...but I had some time to make progress today! If anyone is more familiar with `mdformat` and can weigh in on my implementation, let me know:...
After a long, busy year, I finally have a v0.0.1 release of the admonition plugin! I will test it in a real world project and will revisit if formats other...
How do you override the Meteor-pages package routing? For example, I get: ``` W20150410-12:37:16.191(-4)? (STDERR) W20150410-12:37:16.191(-4)? (STDERR) /Users/kyleking/.meteor/packages/meteor-tool/.1.1.3.17mp0v2++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245 W20150410-12:37:16.191(-4)? (STDERR) throw(ex); W20150410-12:37:16.191(-4)? (STDERR) ^ W20150410-12:37:16.229(-4)? (STDERR) Error: A route for...
Thanks! I configured routing with your API with 3 lines, thanks for such a robust package!
This is awesome and I'd like to help. Have you tried reaching out to Heroku or Digital Ocean? DO is usually pretty good about supporting stuff like this.
@hubdotcom, do you know if AppFog has added web sockets or made other changes since this article was last updated? ([Meteoropedia Link](http://www.meteorpedia.com/read/Appfog)) Regardless, free is free and I'll try them...
:thinking: With #1325, can we use Poetry to set the CA Certificate path rather than the hackish REQUESTS_CA_BUNDLE variable? I've tried to read through the documentation/tickets and tried a number...
Is there a user error on my part or is the feature not intended for this use case? --- This works: ``` SET REQUESTS_CA_BUNDLE=C:\Users\king.kyle\certificate.pem poetry add cerberus ``` --- But...