philippeitis

Results 10 comments of philippeitis

This seems like it would choose the triangle most parallel to the hexapod body, but it seems like it has a few problems (eg. it ignores more angled planes that...

I'm not actually a maintainer, but my feedback is largely nit-picking code style. However, given that the codebase itself was machine-generated, I don't think that's a major issue. Otherwise, I...

@gauteh Not quite the same thing, but if you're having performance issues, a solution might be to generate a small list which only contains the data you need when rendering,...

I've updated the functions and their docstrings, so calling help(adaptive.triangulation.{}) will yield useful information, and I added helpful error messages where necessary. fast_norm can handle one dimensional lists, tuples and...

It seems to be an issue with tempfiles, since it's not possible to persist the database file due to `Access is denied`. This might be because taking the path and...

Hi @BruceStayHungry @LiuWenJia-ops @cimichanga - I have uploaded a copy of the data to huggingface - available here: https://huggingface.co/itisphilippe/StackOverflowNER

@KhaZix7 @zhangdanni1129 I have uploaded a copy of the files to https://huggingface.co/itisphilippe/StackOverflowNER

Hi @desis123 - I have uploaded a copy of the files to huggingface: https://huggingface.co/itisphilippe/StackOverflowNER

The only obvious solution I can see that would allow for the proposed solution is using associated trait types: ```rust trait Fields { type Fields; } struct File { id:...

Sure, that's fine with me. To support partial re-rendering, it seems like you'd need to be able to pass messages from the modified widget to the containing widget and neighboring...