Results 208 comments of setzer22

I can confirm this is (most likely) fixed by #46, since I had encountered this issue and I cannot replicate it anymore with the new version.

I cannot reproduce this. I have multiple named namespaces in my bar. However, it seems that you may be defining them beforehand in your i3 config file and I always...

Hi! You are right, there is no reason I can think of to have `UserState` live inside the graph state. Users could manage the lifetime of their state struct more...

I like that the current example showcases the custom user response feature. Deferring side effects is useful, because it lets you decouple the UI code from the business logic. Showing...

Ok, I just realized I misunderstood your original comment. Sorry about that @kkngsm! Yes, I'm all for an example like `SumScalar` using the response mechanism, and then having the simpler...

Hey! Thanks for reporting. I haven't yet had time to test Godot 3.5 with blackjack. I'll have a look at this soon :+1: > the way how the plugin exported...

Still aware of this. If there are no major blockers, I'm planning to push a fix for this in my next PR :+1:

This was fixed in the (still unmerged) commit 646a8b56e1. Still needs a bit more testing, so I will keep this open until I merge the PR (hopefully soon! :tada:)

> I've been experimenting with this software for a few days and so far I've been loving it. Thanks!! :smile: I'd love to see what people are doing with Blackjack,...