Stéphane

Results 110 issues of Stéphane

Bonjour, Y a il une raison pour la quel une intervention au sein d'une seance, ne contiens pas les mêmes propriétés que ceux d'une intervention recuprer directement via l'API? Exemple:...

amélioration
question
API

Bonjour, En nvaigant dans les objets JSON, j'ai réaliser que les organismes parlementaires manquait les Documents produits. Par example: Ici -> https://www.nosdeputes.fr/organisme/commission-des-finances-de-l-economie-generale-et-du-controle-budgetaire à droite nous avons la liste des documents...

amélioration
API

Bonsoir, J'ai une petite question concernant les objets "TexteLoi" Y-a-t-il une propriété sur cet objet qui permet d'identifier si cette loi à été validée? Prenons l'exemple: https://www.nosdeputes.fr/api/document/Texteloi/303/xml Ou vous listes...

amélioration
question
API

Hi @PaulHigin I was wondering how this module could help me reduce time of fetching data over the network using `Invoke-Command -ComputerName` Is that something that this module could do?...

Hi Iain, Is it possible to add a reference to an external file in the HTML format, like a Jquery or a bootstrap reference? Also, is it possible to add...

enhancement

Original discussion in https://github.com/PowerShell/PowerShell/issues/6015 I have the following few things that keep bugging me when I write classes and would would be great to seem them appear in a next...

Issue-Enhancement
WG-Language
WG-NeedsReview
KeepOpen

### Description Hi, I do have a an existing lab which a provisioned a few days back. I wanted to add an additional VM to it (a WIN11 machine) to...

### Description I love this module, but it is quite difficult to figure things out in a standard way. When I do ```Get-Command -Module 'AutomatedLab'``` nothings comes back. This is...

Documentation

It is all in the title: Is there support for HCL in Powershell (a module perhaps?)

v1

Currently: ```powershell { $Woop.MyMethod($Plop) } | Should Not Throw ``` Should be ```powershell { $Woop.MyMethod($Plop) } | Should **-Not** Throw ``` https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2191 https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2194 https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2221 https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2295 https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2333C73-L2333C73

bug
Begginer friendly