Henning KaPi
Henning KaPi
Just ran into an issue with enlarging the font-size and centering the percentage-text. My standard css-tricks don't work here… ``` ``` If you want to make this project perfect, then...
Hi guys, @mitar: Do you think you can give some best-practise guidance on how to test a BlazeCompoent? I love the idea of writing unit-tests for templates as indicated in...
Hi guys, just got an error in this line https://github.com/mizzao/meteor-partitioner/blob/master/grouping.coffee#L118. If there is NO user, then we get an ``` 39mException while invoking method 'xxx TypeError: Cannot read property 'admin'...
Hi guys when talking to my customers on the phone, I'd really love to be able to log into their group (using my SUPER-ADMIN user with ``admin: true``) and do...
Hey there, just letting you know: I ran into heavy problems (and it took me quite some time to identify this package as the source). In some use-cases it distorts...
Hi guys, can NOT get it working, when using nested component like ``` const AffixLink = (props) => { const { src, title, href, } = props return ( )...
@jalik : It would be cool to make this package more test-friendly. The thing is that Chimp's (webdriver) `browser.chooseFile('#fileInput', pathToFile)` will NOT work with the current implementation of `selectFiles`. In...
Hi there, first of all: thanks for this package! It is already helping me a lot! I just stumbled upon a wierd edge-case with the names "Heinz", “Gerd" and "Gert".......
Hi guys, I found that my test-suite runs much slower using this package (SERVER-side ONLY tests) than running them with `practicalmeteor:mocha`. It is NOT only this package - I have...
Hi guys, a HINT for the readme: add forEach polyfill if you want to support IE ``` import 'mdn-polyfills/NodeList.prototype.forEach' // https://www.npmjs.com/package/mdn-polyfills ```