Clyde Stubbs
Clyde Stubbs
I've been working on getting live streams to work nicely in my new UI. Reverse-engineering the existing UI Javascript code revealed that the undocumented `X-Video-Sample-Entry-Id` header in the websocket stream...
I have a first-pass version of a new web UI. Current functionality is close to the built-in UI, but it's a completely new project. You can find it here: https://github.com/clydebarrow/moonglasss.git...
Remote access to the admin panel of connected cameras would be a very useful feature. Right now this requires direct network access to the camera, which should be difficult -...
Xcode 10.1 does not support building for i386 architecture, and the iOS simulators are now all 64 bit, so the ios-x86 target is redundant and its presence causes the build...
I'm testing out stackedit.js and when selecting the insert image icon, then cancel, I get this error: Browser is Chrome.
Adding this component to build.gradle results in this error: `Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/jetbrains/annotations/Nullable.class`
### Steps to reproduce 1. Migrate existing working project to AndroidX 2. Build via gradle from command line. ### Expected behavior Successful build ### Actual behavior Errors thrown for each...
Is there any support for creating tables from a Ktorm schema? Or do tables have to be manually created using direct SQL commands?
If the `EntitySequence#add()` function is called with an `Entity` that has no fields set, nothing is inserted into the database and the `id` of the entity is unchanged. In the...
I don't see a way to set a `limit` on an `update` with the SQL DSL. Is this supported? I need to generate something like this SQL: ```` update mytable...