Alex Figl-Brick
Alex Figl-Brick
Fixes https://github.com/hg-pyun/axios-logger/issues/102
There were three tslint errors that were causing Travis CI checks to fail.
Hello all. Thank you for this library: it has made unit testing my Typescript code much much easier :). I had a question about the types of the matchers. I...
**Type of issue:** (check with "[x]") ``` - [x] New feature request - [ ] Bug - [ ] Support request ``` **New feature request:** My team is interested in...
Hello. I just ran into an interesting issue with the library. We want to parse some of our request bodies using the `raw` parser, so we added a separate body...
`npx` is a command from Nodejs that executes a command either from the path or from the installed Node packages: https://www.npmjs.com/package/npx This means that when I run something like `npx...
https://kotlinlang.org/docs/fun-interfaces.html Closes #87
I have a variable called `isEligible`. When I write `return !isEligible`, it gets parsed as a call to `!is` with a class called `Eligible` instead of a variable. ```kotlin return...
We are using this package and really like it! However, I noticed that it is using a pretty old version of `mongodb-prebuilt`. The particular problem this causes us is that...
https://www.gnu.org/software/emacs/manual/html_node/elisp/Faces-for-Font-Lock.html#index-font_002dlock_002dfunction_002dcall_002dface As far as I can tell, this face was added in Emacs 29.1, so it's pretty new :). In an Emacs version with this face, we get nicer highlighting...