Josip Delić

Results 27 issues of Josip Delić

Hi sorry if this is something trivial i'm new to zig :) My Zig: ``` ❯ zig version 0.9.1 ``` I get this error when using your lib: ``` /zigo/dependencies/zig-postgres/src/postgres.zig:77:60:...

I would like to record a 'request' call in my app which is a 'localhost' service: app.js: ```javascript 'use strict'; const express = require('express'); const request = require('superagent'); var app...

Currently, it is only possible to define one scope to be checked. ```python @app.get("/access/") def secure_access(scope=Depends(auth.scope("role_admin"))): return f"Hello {scope}" ``` What i need is some way combine (and / or)...

enhancement
released

Draft implementation for https://github.com/tokusumi/fastapi-cloudauth/issues/35

There should be a way to when called `launch` to specify ebs volume size and the used security groups. Example for size: ``` $ aws ec2 modify-volume --region us-east-1 --volume-id...

Currently i use `https://github.com/arithmetric/awespottr.git`

Currently i use ```bash $ aws ec2 describe-images --region eu-central-1 --filters "Name=name,Values=ubuntu/images/hvm-*/ubuntu-xenial-16.04-amd64*" --query 'Images[*].[ImageId,Name,CreationDate]' --output text | sort -k2 -r | head -n10 ```

I recently figured out that [setuptools](https://github.com/pypa/setuptools/blob/master/setuptools/tests/test_wheel.py) got wheel support. As buildout is using `setuptools` there is no need to use pip hacks or to keep the issues opened regarding wheel...

The loading of yaml in validate_template does not work when there is a !GetAtt in the template.

If i set the absolute path to `ktlint` i get no results: ``` let g:neoformat_kotlin_ktlint = { \ 'exe': '/opt/develop/ktlint', \ 'args': [], \ } ```