Timothee Guerin

Results 124 comments of Timothee Guerin

Are you on stable or insider? Works fine for me actually on both. Could it be the image you generated is corrupted? Can you send the console output ![image](https://user-images.githubusercontent.com/1031227/56143845-22f7c480-5f56-11e9-8c50-90b3dcf55d63.png)

Yeah, maybe the img is added before we are done downloading as you say and chromium doesn't reload if the local file change. Though by looking at the code it...

The list was never auto updating, you had to click the refresh at the top.

Not sure how this was happening, I pretty sure we never had the quick list updating automatically. The job you are currently browsing will update in the list but that's...

* Sorting needs to be done client side as the batch service doesn't support that yet. That means you'd only sort the displayed items which might be quite confusing. *...

Yeah server side sorting has been a quite requested feature but is probably not coming in the near future. For the select all that could be possible.

I see this is using container vm image. Could this be run inside the container and it only has access to a subset of the memory?

Its running wherever the user starts it. if the start task is running in a container it will run in a container

I just tried same os and vm size and I get the right value, not sure what else could be wrong ![image](https://user-images.githubusercontent.com/1031227/59536989-2b16a680-8eaa-11e9-85ce-90e7bfa7ce4d.png)

Could he try running the following query in application insights? See if thats an issue with the upload or Batch Epxlorer displaying it ``` customMetrics | where timestamp >= ago(10m)...