Thorsten Hans

Results 11 comments of Thorsten Hans

I would definitely prefer `semver` module but wasn't sure if it's okay to add another dependency, will update the PR during the weekend ;)

@kevinsawicki changed the things you mentioned but looks like that `https://atom.io/download/atom-shell/index.json` is preventing XHR requests now ?? do you guys changed the webserver config and disallow `CORS`

@zeke I've tried both urls and none of them allows `CORS`. The spec says if it's a permanent request, the first endpoint has to allow the `OPTIONS` request and the...

Hi @danboh, the current version of the `generator` just generates a plain Angular project which will use webpack instead of `@angular/cli`. But you can follow this [Lab](https://github.com/OfficeDev/TrainingContent/tree/master/OfficeAddin/05%20Using%20modern%20JavaScript/Demos/02%20Office%20Add-in%20using%20Angular) to get it...

Hey @michelleN can I pick this one?

Actually not working in the scope of electron / angular. Will look into all open issues next week https://thorsten-hans.com ________________________________ From: Krzysztof Zimny ***@***.***> Sent: Friday, September 24, 2021 7:17:24...

It looks like the team increased the limit, a `chunk_size` of **16** works for me (deployed `text-embedding-ada-002`). I've deployed my instance of Azure OpenAI to `eastus` (maybe quotas differ per...

> There is a fundamental difference between initialization code that should be executed at "deployment" time (i.e. executed once when you "start" the application) vs. code that should be executed...

> Looks great overall! I did not actually run the code, but it looks pretty straight forward to me. I think we can merge this. The only points I had...