mubed

Results 11 comments of mubed

Might be related to https://github.com/PowerShell/PowerShell/issues/14553

Currect workaround: `Get-Content File.json | Out-String | ConvertFrom-Json`

> > > Having a json file containing this: > > What you have there is a thing called _not a json file_. > > Comments are not part of...

I already mentioned above that there is a workaround using a single string (out-string or gc -raw) but this is not the **solution**. According to the documentation of ConvertFrom-Json, the...

> I see the null if you try a round trip. The null does not appear in the Format-Table output. > > ``` > PS> Get-Content -LiteralPath file.json | ConvertFrom-Json...

> Showing each JSON document as its own record > > ``` > PS> Get-Content -LiteralPath file.json > {"key": "value"} > 42 > "foo" > true > ``` > >...

> Adding a new property is reasonable though - we have `BoundPositionally` list of strings - we could a similar `BoundDefaultValue` list. I think this is the most effortless and...

@roma0104: I fully understand your points. The term "feature request" was here maybe not correct. Actually it was a suggestion or idea. I'll try to make TW work on my...

@sukima: Well, it's all about using TW on a web server using Node.js. The one-file-way is great, but not the ultimative solution for a large wiki with multi-user access. And...

@danielo515 No, CouchDB is not available at the moment.