Peter Wone

Results 11 issues of Peter Wone

Try the sample against live and it doesn't work, you get an error from the provider suggesting they are having problems but if you log in to account.live.com directly in...

### Describe the bug `WithNoLocal(true)` fails to suppress receipt of message a message published by the same client. ### Which project is your bug related to? - ManagedClient ### To...

bug

According to #313 one can set Ppi after creating an SvgDocument. SvgDocument svgDoc = SvgDocument.Open(xmlDoc); svgDoc.Ppi = (int)e.Graphics.DpiX; ... svgDoc.Height = new SvgUnit(SvgUnitType.Millimeter, 20); float h = (int) svgDoc.Height; In...

bug

Specifying height and width for images works correctly only when the unit is `px`.

This is an odd case. To support SVG I am using the imageLoad event. Basically it queries the URL supplied, constructs an instance of SvgDocument and gets height and width...

This extension works with the Print extension when printing rendered Markdown from local workspaces. Setting extensionKind will allow it to also work with remote workspaces.

It has been proposed on the extension marketplace to deprecate this extension in favor of a fork, on the basis that it appears to be abandoned and unmaintained. Please announce...

question

This is reported: `Unable to get property '__useDefault' of undefined or null reference` This ``` { "name": "aurelia-tabs", "path": "../node_modules/aurelia-tabs/dist/amd" "main": "index" }, ``` seems to behave the same as...

It obviously can be done, you did it. ![image](https://github.com/rubjo/victor-mono/assets/5498936/3df561f1-f08d-454d-a4e0-be9e775970ac) Interestingly this breaks when I save it as MHTML. What's the trick? Why would I do this? I'm the author of...

Common motivations for using HTML tables * vertical alignment control * fore and background colour control * colspan/rowspan In all of these cases the use of HTML is intentional and...