Adam Stankiewicz

Results 301 comments of Adam Stankiewicz

Here are parameters I've used: ``` th neural_style.lua \ -style_image $(pwd)/style.jpg \ -content_image $(pwd)/content.jpg \ -output_image $(pwd)/output.jpg \ -gpu 0 \ -init image \ -content_weight 5 \ -style_weight 1000 \...

I've got pretty good results upscaling my avatar the method @jcjohnson describe: 1. [orignal image](http://i.imgur.com/AkMY5Uz.jpg) (I had only low-res result from early experiments) and [style image](http://www.boredart.com/wp-content/uploads/2015/06/abstract-style-1.jpg) 2. [upscaled image](http://i.imgur.com/UTi7koY.png): original...

@michalochman I'm afraid it is created by react-pixi-fiber: https://github.com/michalochman/react-pixi-fiber/blob/master/src/hooks.js#L68-L69

@michalochman I've implemented proof of concept like this: https://github.com/sheerun/react-pixi-fiber/commit/e14ecb1b14062cfb7271b21970fdd4f312fc993a And it seems to work when used like this (app is created only one time): ```jsx function App() { return {...

Another API that could be implemented is: ```es6 function App({ width, height }) { const app = usePixiApp(options => { console.log('Creating app with options:', options) return new PIXI.Application({ width: width,...

The removed method is on interface you don’t return anywhere. You only return io.Reader and io.Writer. The only place you use it is as parameter to writer constructor which means...

yeah, it doesn't support calling private functions / consts across files

It seems s3 files has been removed by author. We need either someone to post mirror repository or everyone needs to switch to newest heroku stack immediately..

Sifter is not using fuzzy matching.

For anyone interested in groups for ava, I've created ava-spec: https://github.com/sheerun/ava-spec