Jascha Beste

Results 29 comments of Jascha Beste

I had this problem myself: The browser always connects to the advertised bolt port of the image which means the browser on 7475 still gets advertised the the bolt port...

I have basically the same error when trying to add it to a custom node server: ``` error [email protected]: The engine "node" is incompatible with this module. Expected version "6"....

Yes, this would be really helpful. Only workaround is loading all objects and then finding the according relationships with `model1.relationship_name.relationship(model2)`. After that I can retrieve the relationship properties and sort...

Actually a second variant would be to just model the relationship as a node and add the properties to that node. Then on both sides add Relationships to the original...

@DerTraveler Pretty certain that wont work, good catch! So you suggest I implement a `collect_exported_contexts()` method to scan all the modules for exported contexts first? That would fix the load...

@maximderbin > any progress on it? or this PR is dead? I'm still alive but the PR is pretty dead 😅. Haven't worked on this in years basically.

Thank you for the fast and detailed response. After looking into the code and reading your reasoning it makes a lot of sense that this does not work in the...

Also it would be nice to be able to select only PR comments or only issue comments. If you look at the code this seems to already be possible, the...

FYI, it happens to me a lot more when I use `@workspace` in a followup message again. Maybe really just a context windows problem.

If you login via Google the first time this creates a new user. This user likely doesn't have any role yet which is why it can't see anything and everything...