Results 10 issues of Benedek Horváth

Let's have the following Schema: ```python class ExampleSchema(Schema): dummy_list = fields.List(fields.Method(serialize="serialize_me")) def serialize_me(self, obj): return [str(value) for value in obj["dummy_list"]] ``` Let's have the following serialization code: ```python obj =...

After fixing #1993 in #1994, I stumbled upon another bug. List items are serialized more than once by `fields.Method`. To reproduce the bug, let's have the following Schema: ```python class...

bug

Fixes #1993. This PR fixes a bug that is present in marshmallow 3.15.0 and 3.16.0 at least. The problem is, list items cannot be serialized by fields.Method due to wrong...

Dear All, I was wondering, why are enums not enabled by default in interface declarations? I would like to define an enum for Directions, and its values could be: TOP,...

is-Feature-Request
Prio-Medium
Status-Consolidate

SelectExpression exptects an Expression as `operand` from which it chooses a value. At the moment IntegerRangeLiteral and ArrayListLiteral expressions are supported. However, it would be useful if we could select...

enhancement

Could we release gamma in a Maven repository to have better maven/gradle support than downloading the .zip file?

enhancement

- Include the train control system + the Yakindu safety logic. - Include connection parameters: URL + port of Pi - Include event & command description - Code examples for:...

documentation

- [ ] implement new message formats, e.g. JSON, XML. As of now (04.09.2017) only protobuf is used. - [ ] enable different message formats to be used on the...

enhancement
help wanted

If the train is partially on a new segment (partially = only one of the first wheels is on the first segment, so it is already sensible) and we disable...

bug
hardware