Rob Loach
Rob Loach
1.8.3... Will try reinstalling plugins
@balupton I'd just suggest :lock: this. Seems pretty out-dated, and I look at it whenever I go on review streaks and then remember it's out. Is there another clean updated...
This would be quite helpful. Merging of the meta data would make setting up content quite easy.
Agreed... `npm` handles the semantic version dependencies for us, so we shouldn't have to worry about this. A plugin depicts what major version of Docpad it uses, not the other...
The following command will update all submodules to the latest `branch` that's defined in `.gitmodules`... ``` git submodule update --recursive --remote ``` ``` [submodule "my/module"] path = my/module branch =...
That original PR returned the Num 4000 :wink: https://github.com/wren-lang/wren/blob/main/src/include/wren.h#L18-L20
Could we stick with Python or Bash for this? Adding a Perl script seems out of the norm.
Other representations of this don't emphasis the heading.... https://github.com/wren-lang/wren/blob/a33832efcfd86c5ac7c91455373b35924b6c1c73/doc/site/modules/core/num.markdown#tostring
Good idea! Globbed it.
I misunderstood "auto generated". Premake5 unfortunately doesn't have CMake support out of the box. This CMake definition file is pretty minimal, and is relatively easy to update as needed. Don't...