simon klemenc
simon klemenc
and Django is not going to support pathlib.Path in the near future: [ticket-33839](https://code.djangoproject.com/ticket/33839)
Hi @jrief did you read the referenced issue? Jinja backend is unable to handle pathlib and the relevant ticket got rejected with the justification that django template is NOT going...
I fell in the same trap and would very much appreciate your PR being merged. to my understanding, it should be taken further in a way that the auth will...
i don't think it's the same because router.auth could already be set to something else. ``` python router = Router(auth=other_auth) parent_router.add_router(router) router.auth = NOT_SET if (False or True) else parent_router.auth...
Thanks @Stoeoef for your answer! Besides max area i think the skewness of the triangles is also important in meshes. I think not much has changed since 2005 and Rupperts'...
> One thing to note is that Rust as a language chose not to have any implicit conversions. So if you view packages created by PyO3 as exposing Rust APIs...
i had the same issues. after changing the macro in /opt/cuda/include/crt/host_defines.h:83 from `#define __noinline__ __attribute__((noinline))` to `#define __noinline__ noinline` the code's compiling
thx for the quick answer @YannickJadoul! I wanted to see first how you would agree with it, but i can get my head around it and create a PR for...
after some tries, i think, for now, there is one main pitfall for extensibility: `class_ &def(` always downcasts to class_...