Max Korp

Results 12 issues of Max Korp

I can see how this may be intentional, but body parser is included by default, as are the middlewares for it (`Express.Middleware.json` for example), but while `Request.cookies` etc are exposed,...

As of february chrome auto treats cookies with no samesite set as lax, but the library lacks a way to explicitly set it to `"none"`. I'll submit a PR momentarily...

If you specify a project root AND nodeModulesPath in your app/build.gradle, the nodeModulesPath is ignored, and the assumed root/node_modules is used. Instead, the more specific nodeModulesPath config should be used....

fix-in-master

## Description This adds the `--forceActions` flag to watch, which behaves as it does for the migrate command ## Performance impact If running `graphile-migrate watch --once` this will run the...

I know the module works with require, but do you have any thoughts on supporting node style require over just commonjs? Currently, works like so ``` js var x =...

enhancement

So we're trying to build prerelease versions with names like `3.2.1-RC4`, but nuget semver is throwing weird errors where it strips out most of the version number. ``` cmd Running...

Preliminarily, the TLDR basic request here is syntax and LSP support for OCaml and ReasonML (another syntax for OCaml). I realize that this may need to be a third party...

enhancement
potential plugin
language
unsupported language

Hey guys, I'm working on getting all of the native modules we use in [Gitkraken](http://www.gitkraken.com) on node-pre-gyp, and this includes providing prebuilt binaries for both vanilla node and electron across...

This seems to be coming up a lot, but if modules could be published to NPM as well, rather than to just bower it would be super useful. I'm happy...