James Ramsay
James Ramsay
I want to put a number of helper functions in a separate file (see https://github.com/johnste/finicky/issues/261) including a base64 decoding function (see https://github.com/johnste/finicky/issues/223) so that I can decode and rewrite click...
I noticed some discussion in the API Blueprint Slack chat room about supporting Hercule syntax in Aglio, and can see how it's unfortunate for new comers to Apiary and API...
This will require significant refactoring of how the column width is done. E.g. https://medium.com/help-center/652ee60abea6
Looks like it is still in the works, but proper release control and versioning would be good! → https://github.com/TryGhost/Ghost/issues/2081
https://help.obsidian.md/How+to/Embed+files Obsidian uses a slightly different syntax - it would be nice to add support for this too. Possibly as simple as adding another RegExp to https://github.com/jamesramsay/hercule/blob/706746006fa4ae6f95819dfe6bdc94bfe46c7d15/src/transclude.js#L11-L36
Node 10 and above support all the language features Hercule used. This removes a compile step, and means the published NPM module is the same as the source code.
The HTTP resolver has heavier dependencies (e.g. `got`) than the rest of hercule. For applications using hercule in the browser, the ability BYO HTTP library is appealing so that I...
Expected behaviour on jamesramsay/blog is to link to `https://blog.jramsay.com.au/archive#2016-03`, but the jekyll-app-engine output for the handler is: ``` yaml handlers: - url: "/archive/" static_files: _site/archive/index.html upload: _site/archive/index.html ``` Output should...