Ramon Buckland

Results 17 issues of Ramon Buckland

There is unexpected behaviour when dealing with duplicate maps inside a yaml file. ``` foo: value: 1 foo: value: 2 ``` will be valid, and will only have a `{foo:{value:2}}`...

I am using the case classes generated by ScalaBuff as a "Command/Event" message into and out of an EventSourced application. Inside the ES application storage layer, they get serialised using...

We have switched over to using Ceres on out main stats engine. All is well, (170G down to 1.4G) so happy days. when we went back over some of the...

bug

Currently the `**/*.json` glob for finding schemas is not changeable. (hard coded). My schema project has the following layout ``` /schemas/ /foo/something-special.schema.json /foo/something-speacial-sample-data-1.json /foo'something-speacial-sample-data-1.json ``` I need to be able...

Currently the `yamlinc` generates a `.inc.yml` file in the current directory. Greater flexibility is needed where the output file can be specified. For example `yamlinc -o some/path/to/MyType.yml src/types/MyType.yml` or Writing...

enhancement

When an argument has an `_` in the docopt, deserialising it to the Args struct fails as it is looking for an argument with an `_` Example error ``` 18:10...

When an empty `cell` eg | col1 | col2 | col3 | | ---- | ---- | ---- | | abc | | foobar | is rendered, it becomes collapsed...

Hi, I am looking through the schemas and quick glance - are corporate (non person) entities catered for w.r.t. taking out a product - which then leads to ; -...

We have the alternative standard layout of a src folder ``` pyproject.toml src/module_thing/__init__.py ``` this plugin is trying to read ``` pyproject.toml module_thing/__init__.py ```

Adds the ability to read version from a file. The scenario is - CICD, mono repo, all "packages" get a VERSION file generated during packaging (they may vary), This allows...