Jeff Bloss
Jeff Bloss
Can this be merged? I, too, need this functionality!
I had to work around the `pyrevit` module entirely because the pythonnet library's `clr` module does not implement the `AddReferenceToFileAndPath` only `AddReference`. What I will traditionally do is look at...
I'm also running into this problem. Has anyone found a solution to this yet?
I was hoping to use the Sveltekit load function (or the new page endpoints) to get my data ahead of the page rendering, and was thinking that was going to...
Awesome! Thank you
That's so awesome of you, thank you!
@brianorwhatever I had the same issue. The `#$@__reference__0` keys would cause issues with checking if the store was empty and iterating over the items in the store. I know you...
Thanks for reporting this. This isn't the expected or desired behavior. There is a stability check option that is enabled by default when you analyze, but isn't picking it up...
Just checked out BeamOS and that's a cool project! I also have experienced a similar slow down on really large models. I would recommend profiling your code with [pyinstrument](https://pyinstrument.readthedocs.io/en/latest/home.html). This...
Also, check out my response on #189 for how to speed up one of the internal functions. With a model as big as the one you reference, you will almost...