Sasha Aleshchenko
Sasha Aleshchenko
Builds in non Mac systems fail, try dynamically installing the pyobjc library? ```python import pip def install(package): if hasattr(pip, 'main'): pip.main(['install', package]) else: pip._internal.main(['install', package]) # Example if __name__ ==...
Use case: HTTP Server block 
Suggestion: Destruct method to blocks to run before flowchart teardown, called when stop signal is recieved.
> ```java > /** > **NORTH STAR FEATURE** > return the input names and types of the class, by default use reflection to return the In type, but when In...
> Hi! From the ROS side of things, with this new proposal it will solve: > > * [[BLO-91] ROS 2 [RFC]: Initialization and Shutdown of libraries and framework blocks#30](https://github.com/flojoy-ai/blocks/issues/30)...
> Hi @TheBigSasha, thank you for writing this comprehensive RFC. > > It seems the "Publish" subsection misses a sentence at its end. > > IIRC, poetry was used because...
I second this problem
I resolved this issue by making my package dependency rely on `revision: "87c6dfcf6c0bd87097984348062979caab458ac3"`, the last commit before it got borked.