Sasha Aleshchenko

Results 8 comments of 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 ![IMG_8B843898AC6E-1](https://github.com/flojoy-ai/studio/assets/45843308/685b9cff-9e17-4479-938d-8c437768bcca)

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 resolved this issue by making my package dependency rely on `revision: "87c6dfcf6c0bd87097984348062979caab458ac3"`, the last commit before it got borked.