-
This is more of a proposal than a issue, im thinking of a restructuring of the TSIClient. Currently, the client and all its method are in one big file. We could split the client into different files a…
-
Howdy! Seeing as you folks have a ton of TypeScript in this repo, have you thought about shipping the types? It'd make life a lot easier!
-
### Question
Throwing error: `[!] (plugin Typescript) TS2339: Property 'tz' does not exist on type 'typeof import("C:/Users/cocrowle/Documents/Repositories/tsiclient/node_modules/moment-timezone/…
-
### Question
Hello, for some reason, when I switched over to this plugin from the typescript2 plugin, the sourcemap for my umd bundle is printing to the console on each build. Any idea why this …
-
-
We're evaluating whether to use tsiclient as a basis for a cross-platform charting component. The idea would be cover web and Android/iOS/UWP mobile platforms (via "web view" obviously).
My questio…
-
I'm currently using TSI within Azure and want to use it as the backing store for my customers' device data. However, due to the security model of TSI, I can't expose it directly to my customers, so I'…
-
I cannot log in to any of the samples that include authentication. I have been able to do so in the past. I have tried several different accounts of different types and even browsers and machines. …
-
Example: pages/examples/noauth/multipleseriestypes.html
When trying to import `sdkJs` and `sdkCss` from url instead local file (commented line:
https://github.com/microsoft/tsiclient/blob/1a67ab0…
-
I tryed to fill the Availability Chart with real data from TSI API.
Version: tsiclient@1.2.56
1. I had to set hasWarm in the function tsiClient.server.getAvailability() to false in order to get …