Toshik

Results 10 comments of Toshik

Most likely it is related to https://github.com/dokan-dev/dokany/issues/843 And the known issue is https://github.com/dokan-dev/dokany/commit/d343519aef9ccc1f42418b1831c2c9973662818c Should CryFS take care of proper options?

@romekb Did you build Repetier firmware with ESP8266 Duet JSON data support? ![image](https://cloud.githubusercontent.com/assets/170579/11615236/9416de9a-9c6c-11e5-8788-f47c7ccde27c.png)

I am not too familiar with pull requests. Last commit 7f560ea should not be in that request :)

@rjperes Nope, I just use it in production for a long time, now wanted to share

There was hell, when we refactored our model from field mapping to property/field mixed mapping. We always forget to change attribute value from/to "property"/"field", so I have made this improvement.

Ok, here it is: https://nhibernate.jira.com/browse/NHMA-35

Ah. There was some rework with usage. I haven't updated readme yet. Try this one: ``` t.add(0, 1000, [&](void*) { AggregateData(); }, nullptr, true); ``` or you can pass argument...

For now there is no support for callback parameters. But it is in my TODO list :)

@janmir thanks for notice e945e55190e3aee905cb1e8484687d1092877301 fix

For now task execution order is based on task index. You may order tasks in order you want to run it. Task 1 will be executed before task 2.