olysyuk

Results 4 issues of olysyuk

It works fine with manual brightness setting. Thanks a lot. It would be nice to have "auto adjust based on laptop sensor" option.

Hello I have declared class using `declarative_base` ``` from sqlalchemy import create_engine from sqlalchemy.orm import sessionmaker from sqlalchemy.ext.declarative import declarative_base from sqlalchemy import Column, VARCHAR, ARRAY Base = declarative_base() class...

feature
jira

Try config ``` js symlink: { options: { overwrite: true }, test: { files: [ { src: 'nonexistingfolder', dest: 'new' } ] }, } ``` It will return: ``` grunt...

I'm trying to make custom post on entity action (POST /environment/9/validated) The code calling restangular is the following: ``` Restangular.one('website', $routeParams.websiteId).one('environment', environment.id) .customPOST({}, 'validate').then(function(data) { console.log(data); }); ``` Back-end returns...