Paul LeBeau

Results 12 issues of Paul LeBeau

I think it would be useful to new users if you listed the dependencies that mdDataTable required on the ReadMe page. It took me a while to get this working...

I need the missing methods for my project. So I have begun the work to implement them I have completed most of the conversion work. I'm at the writing-unit-test stage....

Hi My attempts to enable webp support, result in a failed build. ``` [dependencies.skia-safe] version = "0.37.0" features = ["webp"] ``` Results in: > error: failed to run custom build...

bug
build

Is the following a bug in commonmark.js? The behaviour seems to disobey rule 4 of List Items. ``` > Blockquote > continued here. 1. > Blockquote > continued here. ```...

The rendering of text is being completely rewritten. Among the improvements: - Correct handling of nested layout with differing text properties (includes fix for #241 etc) - Proper text shaping....

Supporting `!important` will allow - among other things - the ability to override `style` attributes.

feature request

Implement support for most or all of the SVG DOM, so that SVG elements can be created and manipulated at run time.

feature request
DOM

Master issue to track the implementation of SVG2 features. This issue in the svgwg repo created by @AmeliaBR should prove enormously helpful. https://github.com/w3c/svgwg/issues/487

SVG2

According to https://github.com/FasterXML/jackson-databind/issues/2816 `2.13.2`, as used in the current version of Xero-Java, is still vulnerable. It seems at least version `2.13.2.2` is required. However the latest release, at time of...

**SDK you're using (please complete the following information):** 4.21.0 **Describe the bug** While trying to authenticate a Custom Connection, using the sample code, I get the following exception: ``` Exception...