Stéphane

Results 121 comments of Stéphane

I also asked ChatGPT, it mentionned tools I we have not address here yet (but maybe you guys ruled them out for obvious reasons which I don't know about ?)...

Rereading this issue, I feel like the easiest way to to this is to perhaps add changes on the `set-htmltag` I feel like having a an additional check in `Set-htmltag`...

For this to work, we create a new class `OutputPreferenceSetting` that would inherit from `setting`. It contain a single property called 'Type' which would be the values of an enum...

So, going further in this monologue, I actually enhanced the existing (and year old prototype) to support `dynamic` and `static` output preferences (See the following [commit](https://github.com/Stephanevg/PSHTML/commit/a6077f22d8230c1b344dc59fb0eb6fd49229c183) on the [tagv3 branch](https://github.com/Stephanevg/PSHTML/tree/feature_tagv3))...

Hi, Can you provide the code you have used to produce the error ? Also, can you provide maybe the error (If any) that is available in the console view...

Although this works perfectly fine for new documents, existing documents, like all the charts located in the `Example` folder of the module don't work anymore. Example ```powershell #import-module PSHTML $BarCanvasID...

Since this will be a breaking change. This can also be introduced in version 1.0.0

This one is actually ready for production, but since it breaks existing scripts, it will only be made available with version 1.0. The only things that is left to do...

I found out what the source of the issue is: The variable used to calculate the source of where the includes folder is, is the $sessionstate. This variable will do...