Jim Simon

Results 17 issues of Jim Simon

The current approach requires storing usernames and passwords for the database connection strings in plain text which isn't great for security. A better approach might be to use an alias...

Feel free to suggest changes to the package structure if you'd like. These additions are modeled off of Guava and Apache Commons methods.

The current handler for the "routeLinks" option does not support shadow DOM. Using event.composedPath will allow link intercepting to work for events bubbling from "open" shadow DOM's, and it will...

Helmet allows the CSP directives object to contain arbitrary key-value pairs. The current typings for koa-helmet don't reflect this, so trying to do the following results in a type error:...

Is this project dead? It looks like multiple of its packages are missing from npm.

The website should be able to resolve semver symbols. Being able to use semver to dedupe dependencies is an important step towards facilitating the development of medium to large web...

This resolves issue #12 and provides a built-in workaround for brianegan/flutter_redux#65

# Environment Knex version: 0.16.3 Database + version: all OS: Mac OSX # Feature discussion / request 1. Explain what is your use case I'd like to be able to...

feature request
migrations
help wanted

Trying to use `ifDefined` inside of `unsafeStatic` causes a type error from TS and a runtime error from JS: “Cannot convert a Symbol value to a string”. This wasn't immediately...

One neat feature in Java and C# that I think would be great for Dart is the ability to have a resource be automatically closeable/disposable. This is accomplished in Java...

request