John O'Reilly

Results 34 issues of John O'Reilly

Is there way this can be used with `SurfaceView` that's rendering video?

enhancement

**Subsystem** Server **Motivation** Addresses https://youtrack.jetbrains.com/issue/KTOR-4587, providing mechanism to enable use of particular TLS versions **Solution** Added new `enabledProtocols` property to engine connector config which is then applied in Netty, Jetty...

Is there any recommended way of using Dexter when running as part of Roboelectric unit test? For example, is there a shadow version of Dexter that can be used?

enhancement
help wanted

Using following with a JVM application (small `main` function) ``` SqlNormalizedCacheFactory("jdbc:sqlite:swapi.db") ``` It runs fine the first time but on subsequent runs I get `SQL error or missing database (table...

:bug: Type: Bug
:file_cabinet: Normalized cache

Have adapted some of this code for my own project and one issue I ran in to was around use of `CompositeDisposable.dispose()` in `FlowableUseCase` for case where I need to...

In the following code `saveBufferoos` is called even when data is retrieved from cache (db)....for relatively large amounts of data this can be pretty time consuming. ``` override fun getBufferoos():...

Looking at Bitrise atm

I'm using this with Raspberry Pi and Rainbow HAT. If I leave it running the temperature shown steadily increases. It might be case that I need to add heatsink to...

question