Wayne Mather

Results 14 comments of Wayne Mather

This patch does not work. It will download some videos but for others saves the EXTM3U playlist instead.

Well the squash didn't go so well in clearing up the commit history. Not a git guru by any means so I don't use rebase as I often get it...

@Pelu2k12 You may need to look at the fix I did in ticket 300 for the TOC to be indented. [Issue #300](https://github.com/xceedsoftware/DocX/issues/300)

From [Issue #227](https://github.com/xceedsoftware/DocX/issues/227) Ok, I decided to look at this and have fixed the issue. This is by using the solution mentioned above and refactoring the Styles and Numbering resources...

@romanf I don't know if you are still having this problem but I got simliar message (504 for me). The 502 is a HTTP Status Code which means "Bad Gateway"....

@romanf - Yes thats what I modified as well. I ensured that under Connections->Lan Settings that the following were done: 1) Bypass proxy server for local addresses 2) Under Advanced...

@romanf - Sorry for the late reply, I use http://proxyswitcher.net/ and setup firefox to ignore the proxy for localhost and 127.0.0.1 connections. Works like a charm

It would be great to have component->component routing. currently routing only works for pages (i.e: controllers). I would love to have a tag and have routing within that component that...

Hi, If anyone comes across this thread I have created [BlazorCrudComponentRouter](https://github.com/Wayne-Mather/BlazorCrudComponentRouter) that enables you to easily create a CRUD based razor component to make it easier to host within MVC...

Hi, I just built a production sit in blazor server. It is production ready. However if you want a hybrid then yes you would need my component. I just deployed...