Timothee Guerin

Results 70 issues of Timothee Guerin

In openapi you cannot use any properties next to a `$ref``. Autorest does allow a few to be able to be used on model properties like `description`, `readonly`, etc. ```yaml...

MQ

Things that can be improved for an extension: - [ ] easier pipeline definition - [ ] define the available flags more stricly - [ ] Can we completely change...

MQ

Make a better [dashboard](https://azure.github.io/autorest/dashboard.html) providing a more granular report. Similar to caniuse.com or https://kangax.github.io/compat-table/es6/

P2 - Requested
MQ

See openapi doc https://swagger.io/docs/specification/describing-parameters/#schema-vs-content Parameter can either have a `schema` or a `content` with a single media type describing how the parameter value needs to be formatted. Example: ```yaml -...

P2 - Requested

There are many errors that could happen when deploying a new cluster that just get silently ignored. We should make sure the node gets into `StartTaskFailed` state if any of...

bug

Resolve the proxy settings from electron and pass them to python process ``` mainWindow = new BrowserWindow({}) const ses = mainWindow.webContents.session; ses.resolveProxy('url_you_need_to_achieve', (proxy) => { // do whatever you want...

work in progress
:construction_worker_man: internal

from #1969

:world_map: feature

There is a new azure storage sdk that is made to work better with es6 https://github.com/Azure/azure-storage-js

refactor

Should be able to switch between pools and keep the graph history.

:world_map: feature
:no_entry_sign: blocked