Leon V

Results 33 comments of Leon V

Any chances for this to get done? Migration scenarios are currently not possible, which means that BookStack missing out on all those businesses around with existing wikis.

@ssddanbrown any chances for markdown import, being the most requested approach (which kind of makes sense, given that most wiki systems support it one way or another), implemented by you?

I'm curious about WASM. Is it in the scope of this epic? Is there a hope it will improve performance in browsers?

@tulios did you have a chance to investigate if this can be done?

I had the same issue, both locally and in ADO pipeline with `vmImage: 'windows-latest'`. Publishing with `--no-build` tried to locate existing binaries in a wrong location - without the platform...

Thanks Nick. Those pages explain how to set up Serilog.Extensions.Hosting/Serilog.AspNetCore but there's no direct comparison with Serilog.Extensions.Logging. From what I understood so far, Serilog.Extensions.Logging just adds Serilog as an additional...

There was a mistake in the image name (`myimage` part of it), my bad. I was misled by the error though since 401 is not what I'd expect in this...

An `IDictionary` should be cast to `IReadOnlyDictionary` in order to make use of the appropriate overload. Otherwise, the overload that accepts an object is used, which tries (and fails) to...

@Jones-Adam it's been 1.5 years... Any chances of merging the serialization branch into master and releasing a nuget for it? I'm not sure what's the blocker there, but am willing...