Andrii Maksymets

Results 8 comments of Andrii Maksymets

@isaacabraham yes. we can submit a variable in the ARM template as follows: ``` "variables": { "serviceSasFunctionValues": { "canonicalizedResource": "[concat('/blob/', parameters('storageAccountName'), '/', parameters('containerName'))]", "signedResource": "c", "signedPermission": "rwac", "signedExpiry": "2050-01-01T00:00:00Z" }...

good to have a portable version as a zip file. https://github.com/lukesampson/scoop-extras/pull/3547#issuecomment-581058559 https://github.com/TheRandomLabs/scoop-nonportable/pull/103

https://developers.hubspot.com/changelog/get-all-publicly-available-open-api-specifications https://api.hubspot.com/api-catalog-public/v1/apis/crm/v3/objects https://api.hubspot.com/api-catalog-public/v1/apis/crm/v3/objects/contacts code generation using NSwag produces invalid code https://github.com/RicoSuter/NSwag/issues/3363 https://github.com/RicoSuter/NSwag/issues/3362 OpenAPI Generator (https://github.com/OpenAPITools/openapi-generator) works fine ``` npm install @openapitools/openapi-generator-cli -g openapi-generator-cli generate -i openapi.json -g csharp-netcore -o ApiClient...

@SmartFinn @RPGHank I propose to use one of those icons https://icons8.com/icons/set/project

I tried to implement the same prompt as in https://github.com/joelwanner/theme-boxfish. Good to have this feature. ![image](https://user-images.githubusercontent.com/660379/133020514-bce42463-dd39-4baa-bb60-557de00f11cd.png)

better to have two panels interface like https://fman.io/ [![fman](https://i.gyazo.com/85faff67b98d103f85627b41b8e6d8a4.png)](https://fman.io/static/public/video/fman.mp4) https://github.com/mattstermiller/koffee/issues/68

@rowanmiller what is blocking to implement this. Maybe, I can help with this?