epage on cargo
epage on master
build(deps): bump syntect from … Merge pull request #818 from co… (compare)
epage on cargo
epage on master
build(deps): bump predicates fr… Merge pull request #819 from co… (compare)
epage on cargo
epage on master
build(deps): bump toml from 0.5… Merge pull request #820 from co… (compare)
epage on cargo
epage on master
build(deps): bump serde from 1.… Merge pull request #821 from co… (compare)
epage on cargo
epage on master
build(deps): bump serde_json fr… Merge pull request #822 from co… (compare)
epage on cargo
epage on master
build(deps): bump itertools fro… Merge pull request #823 from co… (compare)
windows-2019-vs2019
so I think that's why onig is failing
any idea why this does not work in liquid:
{% assign date = "2019-1" %}
<div>Date: {{ date | date: "%Y/%B" }}</div>
I want 2019/January
but I got 2019-1
I've looked at the code of the date
filter and it seems it does not expect Ruby's Time.parse input (as specified by shopify https://shopify.github.io/liquid/filters/date/)
Seems to be building successfully!
https://dev.azure.com/cobalt-org/cobalt-org/_build?definitionId=2&_a=summary
I went to the extreme on testing combinations. I need to consider where to scale back
cargo-generate
has appreciated
committed
: conventional 1.0 support before pausingtypos
: benchmarks ran and formal announcementassert-rs
: effectively at a pause pointcargo-release
: reduce the number of commits and improve "is a release needed?" detectionstager
/ cargo-tarball
: This is the area of most work neededtypos
than they were for committed
typos
is a source code spell checker targeted at being run in CIs)
typos
was originally going to be my second Rust project for learning the language until Cobalt took over all my time