Theo Turner

Results 4 issues of Theo Turner

[Protobuf does not serialise default values](https://developers.google.com/protocol-buffers/docs/proto3#default), however the betterproto objects could retain them. Consider: ```protobuf enum MyType { A = 0; B = 1; } message MyMessage { string name...

YTD is defined relative to the Dec 31 of the previous year. When using a PeriodSelector as follows: ```js am5stock.PeriodSelector.new(root, { stockChart: chart, periods: [ { timeUnit: "ytd", name: "YTD"...

question

In the docs build, the source for vectorise references example 8 which does not exist (yet). A quick fix would be to remove lines 280-282 in [path]/ledger/docs/source/vectorise/index.rst until example 8...

If an `on: schedule: cron` is used, the checkout action will always pull the default branch. Minimal example: ```yaml name: Checkout non default branch on: schedule: - cron: "0 *...