Teddy Todorov

Results 11 comments of Teddy Todorov

+1 on making `JsonSerializationException.Create` public. For the same reason @lostincomputer mentioned in wanting to create a consistent experience with our team's custom JsonConverters

> @JeffreyRichter recommends: > > * Enum casing MUST be camelCase > * Enum matching MUST be case-sensitive just to clear up some confusion I have here, when you say...

we probably shouldn't blast this into a GA api version without first getting customer feedback from the preview version

please don't make changes to mfe.json :)

the [ProvisioningStateMustBeReadOnly](https://github.com/Azure/azure-openapi-validator/blob/main/docs/provisioning-state-must-be-read-only.md) errors showing in the LintDiff seem to be a false positive. all ProvisioningStates are marked as "readonly": true

The current, WIP PR, does not seem to associate source maps properly. The renderer process successfully attaches to the main process (console logs show in the Electron: Renderer debug window),...

one difference I am noticing between the repo I'm basing my launch configuration is that there is not a source map file for the electron main.js file: ![image](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/assets/10476936/8bc103fa-27a8-4030-a071-36a5c1569a72) whereas the...

Ya... I eventually found that, as well. but a couple things: 1. adding sourceMap: true to electron/tsconfig.app.json results in the generation of only dist/apps/electron/src/preload.js.map 2. adding sourceMap: true to electron/project.json...

No, unfortunately I gave it a few more hours of googling and trial and error but was not able to achieve what I was aiming to. I haven't had much...