Thomas Nield

Results 28 issues of Thomas Nield

Hello all, I need some help maintaining RxJavaFX. I rely heavily on this library so I will always be involved, but doing ongoing maintenance and trying to deploy artifacts for...

I'm having some build issues probably related to deployment tasks. I have a strong guess the Nebula plugin is no longer supported by Netflix, which breaks with newer versions of...

I've noticed there are a few factories left that call `subscribeOn(JavaFxScheduler.platform()` unnecessarily. I actually noticed this causes some issues with `ObservableSet` change streams, and emissions are not firing on changes....

This issue is for conversation regarding the proposal for [Exclusive Ranges and a Range Interface](https://github.com/thomasnield/KEEP/blob/master/proposals/stdlib/exclusive-ranges.md). Pull Requestion: https://github.com/Kotlin/KEEP/pull/137

This is the PR proposal for [Exclusive Ranges and a Range Interface](https://github.com/thomasnield/KEEP/blob/master/proposals/stdlib/exclusive-ranges.md). Discussion is taking place in https://github.com/Kotlin/KEEP/issues/138

It would be nice to see a `DistinctMappedList` that allows you to take a source `ObservableList`, and map each `T` item to `R` and produce an `ObservableList` that only holds...

Not quite sure if animation will be possible using a closed library, but it will be interesting to use as a benchmark. https://www.optaplanner.org/

https://github.com/thomasnield/DirtyFX

It would be great if we could use TensorFlow or DeepLearning4J neural network implementation to recognize handwritten "13" images. The MNIST database will be helpful. https://en.m.wikipedia.org/wiki/MNIST_database Since the possible outcomes...

enhancement