fiurþorn
fiurþorn
maybe https://github.com/daegalus/dart-uuid/issues/103
Always get an empty body ``` r = httplog.LoggerWithFormatter(httplog.FullFormatterWithRequestAndResponseHeadersAndBody)(r) ``` ``` === EMPTY BODY === ```
first mistake `httplog.FullFormatterWithRequestAndResponseHeadersAndBody` do not set `CaptureBody`to `true`. But that makes no sens to me since it is named `withBody`. second, I always have to capture the body before the...
after some debuging, found that the ReadFrom method, do not capture the body, since it write to rw.ResponseWriter not to the own Writer. so the body will not captured. ```...
for me its a compiler bug https://github.com/flutter/flutter/issues/138785 not a formbloc bug. there an example to reproduce the bug.
If someone interested to fix it, open a issue @dart/language repos.
fyi https://github.com/dart-lang/sdk/issues/54164
@94Sip the Bug is accepted by the dart/sdk team here: https://github.com/dart-lang/sdk/issues/54164. I don't know when it will be fixed. 4me i move to https://pub.dev/packages/reactive_forms, since it is more lightweight.
I think you have to use `yaegi extract` to make your stucts/interfaces accessable by the interpreter.