Stefan Hagen

Results 13 comments of Stefan Hagen

Suggest to actually measure if there is an issue with speed. Doubling the size on such large docker images would benefit from evidence for a Photon use case. The #174...

Suggest to close this issue. As improvement maybe add a section close to the docker usage section explaining the basic native python use?

I really like the reduced compile time and find the `multi_word_style` much better than `multiWordStyle` for readers. (not) just joking: >Optimal would be to have a programming language that allows...

@skypjack I did not, but I hope to do it on the weekend (... there are traces of such "plans of mine" here on github where a day became a...

@santosomar This one works: > * https://www.cisco.com/.well-known/security.txt That one does not (any more) and fails with `ERR_TOO_MANY_REDIRECTS`: > * https://www.tibco.com/.well-known/security.txt

@lgritz something like this? ```cpp #include #include #include int main() { Imath::V3f v{3.f, 4.f, 5.f}; v.normalize(); Imath::M44f M; Imath::V3f const t{1.f, 2.f, 3.f}; M.translate(t); Imath::V3f p; M.multVecMatrix(v, p); std::cout

Would the mime/type based perspective just be an indirection of some `extension to mime/type` mapper or is data inspection a la unix `file` command planned? In case it is the...

@FloatingGhost - I think the latest changes accommodate to your review change requests. If not please indicate to me, only if you have time, of course. Thanks.

@Myridium Interesting. Does issuing `reset` fix that?

@Myridium > Actually, I'm not sure what you mean. I have an executable called `reset` on path, but it's provided by `anaconda` (Python). So I think it's unrelated to what...