- Oct 22, 2015
-
-
Marek Vavruša authored
-
- Oct 19, 2015
-
-
Marek Vavruša authored
-
- Sep 28, 2015
-
-
Marek Vavruša authored
-
- Jul 03, 2015
-
-
Marek Vavruša authored
-
- Jun 07, 2015
-
-
Marek Vavruša authored
also some cleanup and version bump to Q2
-
- May 27, 2015
-
-
Marek Vavruša authored
this prepares cache/txn structures to hold API as well, so we can get rid of the global api
-
- May 18, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this allows for continuation of a function in the background, a good use case for this is loading of chunks of data or I/O
-
- May 07, 2015
-
-
Marek Vavruša authored
-
- May 06, 2015
-
-
Marek Vavruša authored
module api can now store userdata, e.g. owner
-
- Apr 22, 2015
-
-
Marek Vavruša authored
-
- Apr 19, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
if the module declares such properties, they can be accessed by treating module as a table, e.g. hints[‘localhost’] = ‘127.0.0.1’ hints.hostname = ‘192.168.1.1. print(hints.localhost) equals to: hints.set(‘localhost 127.0.0.1’) hints.set(‘hostname 192.168.1.1’) print(hints.get(‘localhost’))
-
- Apr 14, 2015
-
-
Marek Vavruša authored
-
- Apr 12, 2015
-
-
Marek Vavruša authored
extracted part about writing layers to lib documentation
-
Marek Vavruša authored
-
- Mar 27, 2015
-
-
Marek Vavruša authored
-
- Mar 21, 2015
-
-
Marek Vavruša authored
-