Günter Zöchbauer

Results 303 comments of Günter Zöchbauer

Thanks for the explanation. I'd like to know if for the last step (getting the `content`), is there a way to get a stream instead, so that I don't have...

Yup, would be great for big files. The package is quite useful already, thanks for sharing :)

Great! No rush though. Currently I call external `unzip` but I would prefer doing it entirely in Dart, not at least to have a platform-neutral solution.

@hermanbergwerf it sounded to me like it would use a stream so it doesn't need the whole archive in memory. I just guessed that this wouldn't be far away from...

Great, I'm interested in making an attempt to implement this myself but, I'm still very slow with Rust and still busy figuring out how optional attributes could be implemented. So...

I'd prefer: If no `read` parameter is passed, try to infer from the field type. Every not covered case requires the `read` parameter to be set explicitly.

@leonsenft I think this is basically what I suggested 2. How can the selector fail? I think this should be an error.

I assumed the information to be available statically (template variable exists in the template, or component or directive is used) Not getting a result at runtime is a different story...