Nathan Trevivian
Nathan Trevivian
Task :minifyJs recently stopped working. **Plugin Version**: `id "com.eriwen.gradle.js" version "2.14.1"` ``` $ ./gradlew --version ------------------------------------------------------------ Gradle 4.10.2 ------------------------------------------------------------ Build time: 2018-09-19 18:10:15 UTC Revision: b4d8d5d170bb4ba516e88d7fe5647e2323d791dd Kotlin DSL: 1.0-rc-6 Kotlin:...
**Is your feature request related to a problem? Please describe.** I have a page with potentially 1,000 images on it. I'm worried about memory load on the browser as the...
# Steps taken: 1. Clone the repo 2. cd face-api.js/examples/examples-nodejs 3. npm i 4. tsc faceRecognition.ts 5. node faceRecognition.js # Expected Result: The example should run successfully # Actual Result:...
I'm trying to work out how to get and post large files (in this case 58MB) through AppEngine (Java, Standard Environment) through to GCS. Apparently, I can do this up...
I'm using this library (and will happily contribute :) ), and it's doing the job I need really well. BUT: need my app to be stateless as I'm deploying it...
Fixes #91 In this version JumblrException correctly parses error objects and stores error details in a new JumblrError type, which makes the code, title and detail accessible to the end...
This also supports requirement mentioned in #138. In this version `-show_frames` is included in the ffprobe command, and frame data is extracted and deserialised. This is accomplished by a new...
Clicking the default tour button fires the click event on containing elements, which isn't ideal.
I need to know if a tour has been dismissed, rather than just a single anno step being hidden. Is this possible?