Results 17 issues of eguneys

I installed this as an ember-cli add on `npm install` and it gives me Error: _ is undefined.

The query is `Ls(X).` Here's the script file https://github.com/eguneys/pro/blob/master/vpro_test.pl I post the full code here: ```pl % V Aid Prolog Language :- use_module(library(lists)). :- dynamic(white/1). :- dynamic(orange/1). :- dynamic(black/1). :-...

I see there is a scale property, but can I directly specify the size?

I have setup an redux application using this repo as an example. I have two reducers `gamePlay` and `saveStore`. `gamePlay` store is a regular store using some state. `saveStore` store...

I used to Search with / and pressing N to find the next occurence in code view of github. But now github hijacks and does all sorts of evil things...

https://lidraughts.org/gm5TLk1OV6Sn

I guess this simulation starts with one big rectangle, how would you make it so that you start with bunch of rectangles looking like a terrain?

Is it possible to append the hash to directory instead of the filename? So if i reference a directory like `assets.tag('/mydir')` I get a hashed version `/mydir-0923489085` So this would...