-
-
[Mainecoon](https://github.com/kailuowang/mainecoon) is a library that helps to transform and compose tagless final encoded algebras.
It fulfills the following criteria:
1. I am the sole mainta…
-
Hi,
I am using validated-form for validating my page. I see that for every f.input tag, I get a div attached to it. which disturbs my css.
Is there any way in which I can remove the div tags?
-
Currently, the check for whether a thunk is evaluated or not is done by a call to `StgClosure.evaluate`. Because this is one of the most frequently called functions, finding a more efficient way to ge…
-
The following bit of code (excluded all imports and ceremony for brevity) fails to compile. (The usecase might be specific, but it would be great if it would also just work)
```scala
@readers
cas…
-
On my box, `administrator@mybox.net` is administrator. When I try to add an alias `abuse@mybox.net` to `administrator@mybox.net`, it works. However, when I try to set as destination `administrator+abu…
-
I'm seeing this buggy behavior where options and selections are stale when options change. I'm not sure if there's a way to immediately clear the displayed options (and currently selected item) when `…
-
Hello,
I'm trying to implement dynamically generated forms : the goal is that a user can choose the position and type of inputs within a form.
You can take a look at [this basic twiddle](https://emb…
-
So, decision time for #1603. Here is my proposal for 1.0.0:
a) Create a library, Transmogrifier, which will contain monad transformer classes, using another law-testing methodology and type class e…
-
## Problem
Since Glimmer v0.22.0 using custom elements created with Polymer nested inside each other does not work.
My addon [ember-polymer](https://github.com/dunnkers/ember-polymer) did not pass…