Kostas Bariotis

Results 56 issues of Kostas Bariotis

http://www.fail2ban.org/wiki/index.php/Main_Page

Maybe using JSON web tokens?

Dockerize the application

Currently, the controllers are making all the heavy work. We can decouple those and move the business logic to services and/or models so that the can-i service itself can use...

Implement [Documer\Storage\Adapter](https://github.com/kbariotis/documer/blob/master/src/Storage/Adapter.php) to create the MySQL Storage adapter.

I found that this middleware is causing my Express.js 4/Node.js 0.12 based app to halt after a number of concurrent requests. Didn't find the time to investigate more. Please tell...

I am trying to understand how to add routes to my `blessed` application. I have two different boxes (each represent a different screen) and I want one of them to...

However I tried to add header values to a sheet, I get this error. ``` { code: 400, message: `Invalid JSON payload received. Unknown name "headerValues" at 'requests[0].update_sheet_properties.properties': Cannot find...

Here's a generic improvement. I liked your idea. I haven't used Django, so I am not sure how this can work but I know it's possible. I can resume this...

I like Mocha's `context` alias for `describe`. Consider the following example (from 1.1): ```JS //1. unit under test describe('Products Service', function() { describe('Add new product', function() { //2. scenario and...