Emanuel Jöbstl

Results 12 issues of Emanuel Jöbstl

Allow custom return values for the mutation.

enhancement

Currently, the shape predictor training example [showcases how to provide](https://github.com/davisking/dlib/blob/master/examples/faces/training_with_face_landmarks.xml) training and test data using integer coordinates. Hoever, I would like to train a shape predictor using float coordinate pairs....

enhancement
help wanted

Given the following grammar: ``` a = { "a" ~ b+ | a } b = { "b" } root = { SOI ~ a* ~ EOI } ``` Then,...

bug
in-progress
on-hold
pest
pr

Properly implements a rule for RepOnce, instead of translating it to `x ~ x*`. This solves the whitespace issue described in #396.

Steps to reproduce: ``` docker run --rm \ -e DB_USER=****** \ -e DB_PASSWORD=******** \ -e DB_HOST=******** \ -e DB_NAME=postgres \ -p 5432:5432 \ edoburu/pgbouncer ``` Gives the following error: ```...

`.prisma` files should get a custom icon. Please see this [SO discussion](https://stackoverflow.com/questions/44598888/adding-a-language-specific-icon-in-vscode) on how.

kind/feature
team/schema

There are several open questions before this PR is finalized: 1) In OpenCRUD, are createdAt and updatedAt fields mandatory and automatically added to every node? 2) The input object type...

On iPhone 6, the headtracker occasionally "jumps" between different positions. The problem seems to be related to core motion (it does not happen in pure EKF mode). If the "jump"...

Bleak version 0.18 includes a breaking change: > (BREAKING) Changed notification callback argument from int to BleakGattCharacteristic. Fixes #759. I circumvented this by manually installing the previous version (`pip install...