-
Say you have a list of items you want to display. These items can be of different types, complex enough to have distinct models, bound to different Xaml representations (the xaml code pick them throug…
-
There was a lot of discussion regarding sub-components in #2 and #73 already.
I was wondering how should one go about creating **a reusable select box**. There is a lot of state involved that does …
-
Please 👍 or 👎.
-
What if this module became an "official" module, that is, part of the Hyperapp organization? If you agree, it could be renamed to @hyperapp/fx which is more fun to type as well. On the other hand, thi…
-
Recently we've talked about making mixins a function (by convention, not strictly), so instead of:
```js
mixins: [logger]
```
...prefer:
```js
mixins: [logger()]
```
This got me think…
-
As I said in #24, I wrote a version [you can see here](https://github.com/JDiLenarda/Elmish.WPF.RunControl).
This development came in 2 steps :
- first, trying to write an AutoCAD palette with …
-
To replace `expect.extend`. It'll most likely just be ordinary functions, but would need to use some kind of API.
-
So, it is just amazing lib. A was working on some idea like that, code name `mitak` ;d Based on events with just router, pub/sub system. For now it is 450bytes gzip. But yea, anyway.
So the problem…
-
- VSCode Version: 1.29.0-insider (1.29.0-insider)
- OS Version: 10.13.6
In the past two days VSCode has become unusable. Currently it y freezes every 5 minutes and has to reopen itself.
-
Hi. Cool repo. I was wondering if you have goals for the project and how they might differ from existing libraries (there are so many). For example, `choo` comes to mind as having a similar elm-like d…