Austin Green

Results 17 comments of Austin Green

It's easy enough to write the doctype element using the `XmlEvent::characters` method. However, it is then emitted before the start-document element, whereas it should be afterwards, but before any other...

I've pushed a one-line change that causes the document declaration to be output before any text is output using the `XmlEvent::characters` method. However, this highlights another problem: the `Writer` configuration...

Hi Vladimir, On Wed, 28 Jul 2021 21:10:02 -0700 Vladimir Matveev ***@***.***> wrote: > @brackleian your change is released in 0.8.4. Unfortunately I don't think I'll be able to work...

It doesn't; I'll remove it and start again.

Did that; it's definitely not running. Checked with `ps` in WSL, no show.

With task mgr I could not see anything with 'rls' in its name. One thing I did notice, after removing rls and starting MSVS again, was that it now offered...

Checked after the above, and rls was installed, but still not running.

My home dir .cargo\bin is on the path, and rustup.exe is certainly in that dir.

Have added that to system path,in case MSVS needs it to be there; a moment while I restart ...

Still no change in MSVS's behaviour ...