Pavel Chervakov

Results 22 comments of Pavel Chervakov

Totally agree (not enough buttons to upvote this), nice table component would be totally awesome. I hope it would be more advanced and tailored for desktop compared to the android...

@jimgoog I fully understand your point about limited resources. That's why I did not open such an issue myself, only upvoting and expressing the importance of table component for desktop...

> Yes. Let me clarify the question. If you have col4 in your map with the type `class Name(val firstName: String, val lastName: String)`, we can convert it in two...

@holgerbrandl I use the convenience extension ```kotlin inline fun DataFrame.unfold(column: ColumnReference, noinline body: CreateDataFrameDsl.() -> Unit) = replace(column).with { it.values().toDataFrame(body).asColumnGroup(it.name()) } ``` so that I can use the full power...

> @pacher Thanks for the pointer. Not sure how to create a ColumnReference more elegantly. `getColumn` does so, but requires to reference the df twice (`df.unfold(df.getColumn("foo")`), which is arguably not...

Count me as +1 too, but I guess it doen't matter since this project looks abandoned :(

@mikehearn Thank you guys for all the work! I would be happy to see a proper fork maintained by bitcoinj team. Just had to say it, in case you are...

Sure, I understand that. But I hope that such a fork may attract other developers interested in pure java tor implementation. For example, as you know, folks from i2p project...

How about exposing `Unbounded` but don't let it implement Dispatcher. Call it `DispatcherProducer` or `CommonCoroutinesThreadPool` or whatever. The only method available on this new entity is `limitedParallelism` which creates a...