Maciej Pankanin

Results 3 issues of Maciej Pankanin

In Postman there is Cookie Manager feature which allows creating cookies that are then shared added to all requests. ![image](https://user-images.githubusercontent.com/33896387/117938540-72607880-b307-11eb-9b94-4065e912ffc6.png) It is especially useful with session cookies, would be great...

feature request

Recently I bumped ruby to 3.0 and received this error: ```text NoMethodError: undefined method `encode' for URI:Module from fog-openstack (1.0.11) lib/fog/openstack/storage/requests/delete_multiple_objects.rb:48:in `block in delete_multiple_objects' from fog-openstack (1.0.11) lib/fog/openstack/storage/requests/delete_multiple_objects.rb:46:in `map' from...

### Description Imagine a stack like this: ```yml services: db: image: postgres:13.3 environment: POSTGRES_PASSWORD: example POSTGRES_USER: example POSTGRES_DB: example depends_on: hello-world: condition: service_completed_successfully hello-world: image: hello-world profiles: - hello ```...

kind/bug
area/profiles