Gareth Smith
Gareth Smith
I don't really have a general answer to this question... but personally I ended up forking gi-gtk-declarative and hacking a component system in - see: https://github.com/Dretch/gi-gtk-declarative I'd like to move...
~~So I have discovered one problem with having extra windows implemented like this.~~ ~~Windows really suffer from the simple diff algorithm - that does not have any kind of "key"...
So far I have taken the approach of having an event (e.g. `SetEmailField`) for each field in each form. This is simple and clear but involves a bunch of boilerplate...
As I understand it, you should be able to change the content of a selected row without loosing selection, so long as the the changes don't require re-creating the entire...
@djodjoni Thanks for the feedback. I think if I had use use-case 1 from your post I would not feel the need for a `MultiSlider.setThumbValues(Integer... values)` - as I could...
Thanks for considering this @remi-stripe > 2. Change the webhook code so it can decode webhook events with the correct signing secret and that it matches the version of stripe-java...
Thanks for responding @remi-stripe :) > Just to clarify, do you mean that this happens when you receive an event and you deserialize the raw JSON with constructEvent() and that...
Thanks @richardm-stripe
I had a play around locally and it works for me :smile: I wonder if there should be a pointer in the docs to https://hackage.haskell.org/package/file-embed-0.0.15.0/docs/Data-FileEmbed.html or similar (this is what...
I have also noticed this issue, on X11 Linux. As far as I can see, it is caused by a race condition between the "normal" render requests sent by the...