Ignat Insarov

Results 90 comments of Ignat Insarov

An example that declaratively creates a _«close»_ button: module Main where import qualified Control.Concurrent.Async as Async import qualified GI.Gtk as Gtk import GI.Gtk.Declarative import GI.Gtk.Declarative.State import GI.Gtk.Declarative.EventSource main ∷ IO...

I appreciate the experts sharing their advanced architectures with me and I would like to eventually explore them all. But at this time it would be hard for me to...

[My self-contained example, so far.](https://gist.github.com/kindaro/f0f9cf2f7710c89f71fb8802cdc95a45)

I am going to work on this.

@erikmd  I am curious about this feature. Is there something I can do to help fix it? I have little experience with Emacs, but if you would be kind to...

@Nadrieril  Thank you. It is one way to solve my problem. I can live with it. But it kind of defeats the purpose of string interpolation and multi-line strings, since...

If someone were to do it, would you merge? [It is also good for testing.][testing] [testing]: https://stackoverflow.com/a/51220392

I have a similar problem: ``` % klfc --version klfc: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory % ldd `which klfc`...

I do. Why not? Maybe I am not aware of alternatives.

I do not see why this function should not accept an empty list as an input. As I see it, we should require as few assumptions as we can. We...