David Krutsko

Results 78 issues of David Krutsko

Hey there, thanks for this incredible application. I wanted to know if it would be possible to add auto-reloading capabilities into this application similar to how this [nginx plugin](https://github.com/leev/ngx_http_geoip2_module#example-usage) does...

Hey, this project looks great and I'd like to use it on the front-end but I'm having problems compiling it with Webpack. The main problem is that freemail is using...

Hey there, [prop-types](https://www.npmjs.com/package/prop-types) version [`15.6.0`](https://github.com/facebook/prop-types/blob/master/CHANGELOG.md#1560) added a new feature `PropTypes.exact` which is like `PropTypes.shape` but warns on extra object keys. I'm wondering if something similar should be added to this...

Hey there, I'm currently experimenting with this tool through [webpack](https://webpack.github.io/) but I ran into an issue. It looks like I can't directly require html-inspector in if I get it through...

As far as I can tell, the only way to connect to the PostgreSQL backend is by using a non-expiring password. Since we're using [Amazon RDS](https://aws.amazon.com/rds), I would like the...

enhancement

According to the documentation, in order to activate less restrictive rate limiting on `$bad_bot` with a value of `1`, you have to comment out the following two lines in `blockbots.conf`:...

Bug

Forgive me if I'm misunderstanding something, but I was going through the structure of the `globalblacklist.conf` file and I came across the [`$ratelimited`](https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/2941dba8fd1e43c5fa8b62e6da7d832f80d96603/.dev-tools/basic.template#L58-L61) variable, but I can't figure out how...

Bug

The JavaScript portion of the code should be linted through eslint. This will require adding an `.eslintrc.json` file and setting up some sort of NPM script to run it. Alternatively,...

Request

Let's integrate with Travis and AppVeyor for automated testing and release building. Relevant [blog post](https://cylonjs.com/blog/2014/11/19/creating-multiplatform-precompiled-binaries-for-node-modules/) explaining how to set something like this up. The main inspiration is from node-sass and...

Request