Milán Nagy
Milán Nagy
Feature request `#1`: If type isn't present on input element, default to type="text" Feature request `#2`: Instant data binding should't be bound to only type="search", but accessible on other types...
I've found that the popup stays open when a different window gets focused. If you'd like I can also make a short screen recording of what I mean if it's...
``` html top create resourceId edit subresource subresourceId edit ``` When you navigate from `/#resource/1/subresource/1/edit` to `/#resource/1/edit` This is what the console outputs: ``` beforeShow subresource edit VM2048:5 afterShow subresource...
A CRUD scenario: - `/resource/1/` displays the resource - `/resource/create/` this is fine because this is on the same level as the id - `/resource/1/edit/` this however should hide the...
Hello @ryantrinkle. I've thought to reproduce here most of the email that I've sent you a about 10 days ago since others might be affected by this issue as well,...
Examples: ```hs import Reflex.Dom.Testing import Reflex.Dom.Testing (childButton, doClick) hspec $ do specify "constant rendering" $ do testRender (text "test1") `shouldBe` "test1" testRender (el "div" $ text "test2") `shouldBe` "test2" testRender...
This app is nice to stream from PC to Google Home, but I wonder if it could work to cast from Android to PC as well? There exists this old...
To quote #23: > Hello! > In my scenario I have a file a.js requiring b.js which requires c.js > I want to mock c.js when I require a.js >...
I've been reading the Example.hs file, and want to share some quick thoughts. This is a low priority ticket on my part, feel free to only respond to this days...
For example, does compile time suffer exponentially, having ~ 1+ minute builds past 8-10 fields similar to https://github.com/turingjump/bookkeeper/issues/13 and https://github.com/agrafix/superrecord/issues/12? Or has `row-types` managed to avoid that particular issue? If...