PhilippMDoerner

Results 138 comments of PhilippMDoerner

This is going to interact with adder or rather pragmas in general in a really ugly way that I haven't yet found a simple way to solve. Parsing of pragmas...

@can-lehmann Fixed the interaction with adders not working, example for that is added to SearchEntry. I likely shouldn't put that there but inspiration didn't hit me on how/where else to...

> Another issue you need to solve is what happens when a widget subsribes to a state ref but is deleted afterwards. Currently the observer still remains registered causing a...

Any thoughts on how a destroy-hook in owlkettle would be implemented?

Memo to me for later in another PR: I'll need to see if I can create some procs that make performing this setup easier when I implement a second feature...

> The other option would be making sure that the lifetime of the gtk widget is always at least equal (or longer) than the lifetime of the WidgetState (by using...

Okay, so I found it rather easy to add destroy-hooks to be parseable, just add to the HookEnum and to parseHookKind and you're done. However, generating the necessary code for...

> Leaving this issue open for discussions. What end-goal should the discussion have? Evaluate how good of a case can be made for needing it? Or whether there are good...