Vicary A.

Results 75 issues of Vicary A.

During `make -C bibnumber/Debug` I got the following errors. ``` ../textdetection.cpp:230:3: error: 'rectangle' is not a member of 'cv' cv::rectangle(tmp_mat, it->first, it->second, c); ^~ ../textdetection.cpp:231:3: error: 'putText' is not a...

We have two different behaviours when dealing with `"type": "string"` properties, 1. When the field is invalid by any rules, it removes the property. 2. When the field is valid,...

type: enhancement
needs: PR
status: confirmed

I found myself building user forms with bare minimal schema like this, ``` JSON { "type": "object", "properties": {"":""} } ``` I think it is good to remove this requirement...

type: enhancement
needs: PR

> Note: If your issue/feature-request/question is regarding the AWS AppSync service, please log it in the [official AWS AppSync forum](https://forums.aws.amazon.com/forum.jspa?forumID=280&start=0) **Do you want to request a *feature* or report a...

feature-request
dependencies

This is actually very neat to use, love it. We have a few projects versioning on private git servers, do you guys have plans that kinda integrates git commits /...

This gives more flexibility to work with omega, like sharing the same port with other services and so on. I can contribute to this if you think this is good.

I have a pipeline resolver for an AppSync Mutation. It contains two functions, the first one is a Lambda sending updates to RDS, the second one should take the result...

feature-request

I originally left this as a comment (https://github.com/aws/aws-appsync-community/issues/186#issuecomment-993239387) but I feel like it's more appropriate to start a new feature request. Supporting custom datasources that trigger a subscription broadcast message...

feature-request

This feature is quite similar to the current `$context.stash` in Pipeline Resolvers, expanding the storage scope and lifetime into the whole GraphQL request. This let users easily implements their own...

enhancement

Serverless is able to generate its own deployment bucket and this plugin should be able to read from it when not explicitly specified by users.