Martin
Martin
With the upcoming changes to Firefox, what's the idea for the extension? At some point, will it just stop working?
# Allow to `require` files This is an idea to allow requirejs' style to include files from the scripts. Currently we only have the `default.js` and it's getting cluttered for...
The test is creating a dummy promise, which it then would be entirely disregarded as the test is checking that only the first `resolve` operation actually fulfills. This is the...
Hi all, I'm trying to setup the conf to send messages as my user. I got the token from the website, by looking at the request slacks sends. `slackcat` seems...
Please consider replacing the increment/decrement operators (`++` and `--`) for their cousins, `+=` and `-=` respectively. Even there is no consensus if those operators are good/bad, there are some who...
hey this looks like a very good project, and I'd like to add some features, like reporting time spent to some internal tool we use. Do you think just another...
- PR https://github.com/Pragmatists/JUnitParams/pull/159: latest merged PR, Sep 2018 - b8647f177a2be1f37a252ec11687b0ea606b1a70: latest commit on master, Sep 2018 - 7d92ef2b36d66df3df11e64052927e77e261f942: version 1.1.1, Nov 2017 Is there active maintainers? plus interest into PR/features?
Browser: latest Firefox mobile Whenever you scroll, the page starts moving down and, when it's finally slowing, the scroll jumps up some lines, making really hard to follow the reading....
hope you have a backup :)
Hey, nice project. I had started something very similar some time ago but I realized that the oop approach doesn't work quite well as you can't force other to use...