Konstantin Pschera
Konstantin Pschera
~~I think the problem is that you are effectively only using a single hash function:~~ ~~In the [bloomfilter.js](https://github.com/jasondavies/bloomfilter.js/blob/master/bloomfilter.js#L41-L42) file you have the following:~~ ```js a = fnv_1a(v), b = fnv_1a(v,...
The other option there would be to use a union type instead of an intersection. Then I get the following error: ``` Mapper must be a function type. ```
Media query support added in https://github.com/styled-components/elm-styled/commit/e28286ef87f3a782262237ca2d702d9f49f7a6ee
Mhh that's probably because of some incorrect order of the styles. Could you post an example?
I have not released v1 yet. I want to fix some minor issues first.
AFAIK we have all APIs we need in elm 19 to avoid native code. At this point I would like to get up with the development again.
I will take a closer look in the future but that looks very promising. Thank you for notifying me.
@justgage last time I took a look at styled elements they used inline style attributes to add the styles. This is a problem because they don't support keyframe animation pseudo...
Added simple nesting in https://github.com/styled-components/elm-styled/commit/10eb12a0241321c1c4215435582983a0a3b130f4
Did you tried `./webpack.karma.config.js`?