Results 54 issues of Kevin Locke

With `[email protected]` the code ```js class Example {} module.exports = Example(); ``` would result in the error: example.js:2:18: A function with a name starting with an uppercase letter should only...

question

**What version of Invoice Ninja are you running? ie v4.5 / v5** 5.4.2 **What environment are you running?** Self-hosted from git (using tagged release commits, not `master`) **Have you searched...

feature request

Using the MongoDB `Long`/`NumberLong` type in queries can cause a few different errors in mquery. For example: ``` mquery(collection).update( {_id: "example"}, {_id: "example", number: mongodb.Long.fromString("12345")}, {upsert: true}, function(err, num) {...

Type: feature request Using HTTPS Everywhere 2019.6.27 on Firefox 68.0.2 with "Encrypt All Sites Eligible" set to "ON", if I visit http://lib.montana.edu/ I get the EASE "Open insecure page" warning...

feature-request

With Neovim v0.7.2 and tsuquyomi `master` (8f6e246), if `syntax on` occurs before `filetype plugin on` in `vimrc`/`init.vim`, an error occurs. To reproduce: ```sh cat >vimrc

Several pages in the [Getting Started with ASP.NET 4.5 Web Forms and Visual Studio 2017](https://docs.microsoft.com/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms) tutorial have a [Download Wingtip Toys Sample Project (C#)](https://go.microsoft.com/fwlink/?LinkID=389434&clcid=0x409) link, which appears to be broken....

### The AJAX Control Toolkit 20.1.0 ### The installation method - [ ] Installer - [x] NuGet package - [ ] A custom build from the source code ### Minimal...

### The AJAX Control Toolkit 20.1.0 ### The installation method - [ ] Installer - [x] NuGet package - [ ] A custom build from the source code ### Minimal...

Creating a new issue similar (identical?) to #853, which was closed. **Product and Version Used**: `Roslynator.Analyzers` 4.0.0 and .NET SDK 5.0.404 **Steps to Reproduce**: Run the following: ```sh dotnet new...

In certain failure conditions Twitter returns HTML (with the one-handed robot image) rather than an XML response for `getOAuthAccessToken` and/or `getOAuthRequestToken`. In this case `passport-twitter` will propagate an `Error` object...

enhancement