Andrei Dascalu

Results 27 issues of Andrei Dascalu

Is there a way to provide binary (msgpack) payloads for requests? I can specify the content-type header correctly but I'm not sure how I can actually provide the payload, or...

``CRITICAL TypeError: Return value of phpDocumentor\Reflection\Types\AbstractList::getValueType() must implement interface phpDocumentor\Reflection\Type, null returned in /.vscode/extensions/felixfbecker.php-intellisense-2.3.13/vendor/phpdocumentor/type-resolver/src/Types/AbstractList.php:63`` Looks like somewhere the phpdocumentor type resolver receives an unexpected null which gets returned through a...

### Plugin JOBS ### I have an idea! I love that amqp and sqs are supported jobs drivers, but redis is also a fairly common queueing backend. It would be...

help-heeded-medium
C-feature-accepted
Y-Medium
D-driver
P-jobs

If you're having a generation problem please answer these questions before submitting your issue. Thanks! ### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v4.12.0 ### What is...

bug

### Issue Description I am trying to use Echo framework to create an API that is protected by JWT. I'm issuing JWT's using ithub.com/dgrijalva/jwt-go with `jwt.SigningMethodES512` however in echo v4...

question

### Issue Description I have a group with a certain prefix like “/api/root”. Now, I’m adding paths to this group. myGroup.GET("/", myHandler1) myGroup.GET("/path", myHandler2) ### Checklist - [x] Dependencies installed...

wontfix
discussion

Situation: deployed helm in a container in Kubernetes on EKS, using a ServiceAccount setup to assume an IAM role with access to an S3 bucket. In practice, this results in...

question

Most modern routers provide a system for working with middlewares for common tasks ranging from authentication to CORS and other custom needs. I wasn't able to find any kind of...

question

## Description I have create an ipv6 cluster with coredns enabled. On deletion, I am getting this error ``` Error: error deleting IAM policy arn:aws:iam::774392577521:policy/AmazonEKS_CNI_IPv6_Policy: DeleteConflict: Cannot delete a policy...

question

**Describe the bug** I am starting the image updater pod such: ```yaml containers: - name: argocd-image-updater image: argoprojlabs/argocd-image-updater:v0.11.0 command: - /usr/local/bin/argocd-image-updater - run - --loglevel - warn ``` **Problem** the...

bug