Nicolas Breitwieser
Nicolas Breitwieser
Hi there, my goal is to improve karma to not always run the whole test suite when a file changes. To avoid lots of effort going in the wrong direction...
I'm referring to this tick function: https://github.com/HubSpot/tether/blob/3d7119e590661f8c9e9e566c8a7640c189687215/src/js/tether.js#L62-L83 I don't get the first if block. What you're effectively doing is to queue up a lot of setTimeout calls: ``` if (typeof...
## This is my use-case I develop an app that should work on both desktops and mobiles. On desktops, I will have some medium sized tooltips. My tooltips will all...
I've found an interesting edge case in which the tether object is not positioned correctly: The edge case concerns only these attachment settings: - `options.attachment: 'bottom left'` - `options.attachment: 'bottom...
Right now, grunt-karma needs a dedicated "files" property in the options config object, e.g. ``` json { "karma": { "options": { "files": ["put-files-here"] }}} ``` It is not possible to...
Thanks @Starcounter-Jack for your quick response in #279 and for the thoughts you've given this! I think you're right, from the point of view of JSON specification. That is, `undefined`...
...ing of the generated csv file Being able to specify the encoding is important if you intend to provide csv files for Excel 2007 as it expects them to be...
Hi there I wonder whether it would be possible for you to provide an ESM compatible build ... ? Why? It's all about the shift of going from `require()` to...
The python download checksum is given in MD5:  In my understanding, MD5 security is completely broken and thus MD5 should no longer be used. See https://en.wikipedia.org/wiki/MD5#Security for example. So...
### Description of the bug I've made this (internal) change in one of my components "A" which leaves the public api of the component unchanged.  The component "A" is...