script-lab-2017
script-lab-2017 copied to clipboard
[Archived. This is an older version that's no longer maintained. See https://github.com/officedev/script-lab instead]
As of December, the Mac builds of Office (as well as iOS ones) make use of a version of Webkit that doesn't allow accessing localStorage within iframes. https://bugs.webkit.org/show_bug.cgi?id=178601 Unfortunately for...
A running issue for needing incremental translations of strings into German, as we add new English ones. Strings are under these two files: - src\client\app\strings\german.ts - \src\server\strings\german.ts Search for use...
Work on https://github.com/OfficeDev/generator-office/pull/238 and improve the following 1. Support secret gists 2. Run through the list of libraries and generate a packge.json out of it 3. Save config/auth settings to...
(Doesn't impact product code, only build script) Essentially, make sure that when https://github.com/OfficeDev/office-js-snippets/blob/master/config/build.ts is run, it compiles (to catch compile errors & moved/renamed APIs, formats, etc.) the snippets. https://github.com/OfficeDev/office-js-snippets
See attachment Essentially combining what we have on https://script-lab.azureedge.net/#/view/excel/gist/67baf0d1031fbdba71474c898c016f83 with the nicer UI. [Code.view.page.zip](https://github.com/OfficeDev/script-lab/files/2106880/Code.view.page.zip) 
Could you make the gist URL available for copy on the pre-built samples? It is hard to share the gist with someone for built-in snippets. I don't want to re-create...
Prettifying compilation errors on the server side ## Expected Behavior  Thanks to @Hongbo-Miao
When we share a Gist, we should create a second file with the **same filename** as the GIST, but with a **whitespace in front** and with a `.md` extension instead....
That's a cool project. I would like to be able to debug my scripts without need to install Visual Studio. As far as I know there is currently no other...