I hereby claim:
- I am yetti on github.
- I am yetti (https://keybase.io/yetti) on keybase.
- I have a public key ASADm2na3C-1FjRZaeol_mB7fc_3A94rUlUgDOdwrg7zAgo
To claim this, I am signing this object:
status = error | |
name = PropertiesConfig | |
#filter.threshold.type = ThresholdFilter | |
#filter.threshold.level = debug | |
appender.console.type = Console | |
appender.console.name = STDOUT | |
appender.console.layout.type = PatternLayout | |
appender.console.layout.pattern = %d{yyyy-MMM-dd HH:mm:ss a} [%t] %-5p %c{36} - %m%n |
https://www.javacodegeeks.com/2015/07/understanding-callable-and-spring-deferredresult.html | |
suppyAsync() - supply task pool executor as 2nd param | |
whenAsyncComplete() - set result of promise | |
thenCompose() - to add new tasks | |
poolsize: Runtime.getRuntime().availableProcessors() + 1 |
I hereby claim:
To claim this, I am signing this object:
All code is available in example app - https://github.com/maxivak/webpacker-rails-example-app
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
// found here http://forums.shopify.com/categories/2/posts/29259 | |
var getOrdinal = function(n) { | |
var s=["th","st","nd","rd"], | |
v=n%100; | |
return n+(s[(v-20)%10]||s[v]||s[0]); | |
} |