Benedikt Franke

Results 97 issues of Benedikt Franke

Related to https://github.com/terraform-providers/terraform-provider-mysql/pull/110 I want to do this in a separate PR as to not block the progress of https://github.com/terraform-providers/terraform-provider-mysql/pull/110

size/XS

Fixes https://github.com/terraform-providers/terraform-provider-mysql/issues/109 I generalized the way that feature detection is performed to ensure it works correctly with MariaDB.

size/L

### Terraform Version ``` Terraform v0.12.20 + provider.mysql v1.9.0 ``` ### Affected Resource(s) - mysql-grant ### Terraform Configuration Files ```hcl provider "mysql" { endpoint = "localhost:3306" username = "root" password...

Does it report errors twice if you do sentry capture there and in your catch?

enhancement

Still unfinished, please let me know if this is something that you would like to add before i continue work.

Not planning to merge into `master`, this PR is open just for discussion.

enhancement

The current build produces 555kb of JavaScript, see https://github.com/alexmattson/redux-form-storybook/blob/master/build/index.js A reasonable optimization would be to add https://webpack.js.org/configuration/externals/

Thanks for the library, working great for us - using react 16.13.1 currently.

Using the middleware works fine when running Deno straight from Source: ``` deno run --allow-net --allow-run --allow-read --allow-write --allow-env --unstable server/serve.ts ``` For production, i attempted to create a bundle...