Peter

Results 101 comments of Peter

The following xslt should do the trick (some manual fixing after running it will still be required) ```xslt [CommandParameter]@{ Keys = @(" "); Name = " "; Description = "...

Any thing that ends with -- currently fails

Are there any updates on this? If you write ``` test[shift+enter]test test test ``` then select the every other test and mark them as underlined, go to markdown (source), cut...

Hi have the same issue, but it only seems to happen on the first b tag? `This is a sentence with a few words where spaces are missing.` is rendered...

Can't the middleware also handle the type change?

> @AnderssonPeter no. Types are generated during the build, the actual conversion needs to happen during runtime So for each new type I would need to modify the generator and...

> @AnderssonPeter can you explain what you mean by adding a new flag? The `useDateType` flag, but i guess adding new types might not be that common, so it's maybe...

This would be a great feature to have!

I'm having the same issue, I'm running on NixOS with docker.. And I'm fairy certain it's something inside this container that causes the issue, if I jump into it and...

@vdjuric any chance you could add a sample with retry logic? I'm just getting started with this framework and i have no idea where to add the retry logic. A...