philip r brenan
philip r brenan
On page: http://matrix.cpantesters.org/?dist=Math-Disarrange-List%2020170828 (a) Clicking on: by Slaven Rezić produces "problems loading page" (b) Please consider making the title at the top of the page clickable to the corresponding version...
Parsing the following Xml: `""` yields: ` {"a":{"$":{"id":"1"},"b":[{"$":{"id":"b1"}},{"$":{"id":"b2"}}],"c":[{"$":{"id":"c1"}}]}}` which destroys the fact that **c1** occurs before **b2**. Sample test file: ``` const parseString = require('xml2js').parseString; const xml = "" parseString(xml,...
 I have requested 10 ticks on a range from 0 to 100: ``` renderTicks: { divisions: 10, ``` in the gauge above but they do not seem to align...
Please update your required modules list, I had to install these modules first on Kubuntu 18 to get Chart::Clicker to install. sudo cpan install Cpanel::JSON::XS sudo cpan install JSON::Any sudo...
The instructions at the end of page: https://www.mono-project.com/docs/compiling-mono/linux/ do not work for Ubuntu 22 because there is no ```python``` package. Installing: ``` sudo apt install python-is-python3 ``` enables the installation...
May I urge that it would be helpful to have the number of stars given to each module written by a particular author visible on each author's list of modules...
In the line marked **OK** the choice of which array to use is controlled by a constant and all works as expected. But replacing the constant by a variable produces...
There is no definition of **provider** on this page yet it is required to complete the sign in? https://github.com/firebase/snippets-web/blob/509769a817d7437616bcfcb816f783b29aaca843/snippets/auth-next/google-signin/auth_google_signin_popup.js#L8-L28
Please could **Geany** highlight the **var** keyword in Java? 
Please tell me what I should return from the item() function? The existing documentation does not specify what the return format should be other than a list item. How can...