Daniel Egloff

Results 12 issues of Daniel Egloff

I like the PreferenceBuilder a lot. It would be even better if there would be a MultiPreferenceBuilder that allows to listen on multiple changing values, probably with Rx.combineLatest. It is...

Candles with 1min time resolutions are not handled properly: the body of the candle is not plotted as shown is this example. 2min bar bodies however are properly drawn. Here...

category: plots
priority: high
type: bug

Would it be possible to add some more social media buttons? Targeting Asian platforms, such as Line and WeChat?

enhancement

# Java wrapper generator for smart contract does not properly handle payable functions There is no overload generated to send Ether into the smart contract function call, even though the...

bug
needs-review

I would like to extend the window capabilities and like to discuss how to best implement these. Considering existing functionality we can do: ``` val result = priceTSRdd.addWindows(Window.pastAbsoluteTime("1000ns")) // time...

There is a trait for [count based windows ](https://github.com/twosigma/flint/blob/36fa27f9d6b908e4d1c9452f70132a96ab37041d/src/main/scala/com/twosigma/flint/timeseries/window/Window.scala#L73) but it looks like it is not yet finished?

Is there a reason why the convenience object Schema is private? `private[timeseries] object Schema` For instance: ``` // preferred but not working because Schema private val tsRdd = TimeSeriesRDD.fromRDD(sc.parallelize(data, defaultNumPartitions),...

Dear Zipline Maintainers, Before I tell you about my issue, let me describe my environment: # Environment conda python 3.6.12 mac os * Operating System: Mac os * Python Version:...

I cannot build with latest flutter stable channel 1.22.6, neither with the version 0.9.16 nor with the master branch ``` ../../../development/flutter/.pub-cache/git/time_machine-7fbfd2fc84fd8ee6a6be4cf16e429d64d3a4df3f/lib/src/calendar_system.dart:8:2: Error: Getter not found: 'internal'. @internal ^^^^^^^^ ../../../development/flutter/.pub-cache/git/time_machine-7fbfd2fc84fd8ee6a6be4cf16e429d64d3a4df3f/lib/src/calendar_system.dart:8:2: Error:...

NanosecondTime is not exposed. ``` Instant.epochTime(NanosecondTime(nanosecAsInt)) ``` Is more descriptive than ``` Instant.fromEpochBigIntNanoseconds(BigInt.from(nanosecAsInt)) ``` We can still keep current time in long 64 bit as for the next appox 260...