Alan Franzoni
Alan Franzoni
Hello, elaborating on @stumyp bash combo I created a Python script which performs (IMHO) the exact behaviour we'd like (I found a some issues with the bash version): ``` python...
@lidatong uhmm, I don't see how that can work. Maybe in Python2? There's no "unbound method" concept in Python3, and it wouldn't work anyway (where is a plain dataclass to...
@lidatong I suppose you might have wanted to say something like this: ``` from dataclasses import dataclass from dataclasses_json import dataclass_json @dataclass class ConfiguredSimpleExample: int_field: int a = ConfiguredSimpleExample(10) print(a)...
@lidatong now I feel old :-) an unbound method is a Python2 thing; when a function is passed in a class body, it becomes an unbound method, which means that...
pardon me @Aran-Fey but I disagree. There usually is some configuration regarding serialization (I'm not sure about this specific library, I'm taking a general POV), which can differ from a...
I think this was fixed with https://github.com/alanfranz/docker-rpm-builder/commit/a428a8b1d4a3ea26140334cedf2e3b622b38d09d I plan to release a 2.0 of my software within the beginning of next year, stay tuned.
Consider becoming a docker-rpm-builder developer: https://github.com/alanfranz/docker-rpm-builder/issues/51
@hunter-nl docker-rpm-builder v1.41 is out and should fix the issue. Check it out if you can. I'm sorry for the delay: consider contributing to docker-rpm-builder if you actively use it.
Hello, could you provide a reproducible example of what you're trying to do?
Consider becoming a docker-rpm-builder developer: https://github.com/alanfranz/docker-rpm-builder/issues/51