Timothee Guerin
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...
Things that can be improved for an extension: - [ ] easier pipeline definition - [ ] define the available flags more stricly - [ ] Can we completely change...
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/
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 -...
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...
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...
There is a new azure storage sdk that is made to work better with es6 https://github.com/Azure/azure-storage-js
Should be able to switch between pools and keep the graph history.