Philippe Cloutier
Philippe Cloutier
[The README](https://github.com/highkite/pdfAnnotate/blob/master/README.md#pdfannotate)'s introduction contains the following note: > Note: pdAnnotate is no PDF viewer/ renderer. It provides an API to create different types of PDF annotations. For implementing a web-based...
According to _[What is Podman?](https://docs.podman.io/en/latest/)_, Podman is open source, unlike its competitor Docker. If this is exact, this should be prominent and indicated somehow on [Podman's homepage](https://podman.io/), presumably in its...
Our project is using Zend filters for security purposes. For example, we might want to ensure that a text input contains an integer using Zend\Filter\ToInt. filter() gives us the guarantee...
I filed a ticket in the wrong ITS after consulting http://contribute.jquery.org/bug-reports/: https://github.com/jquery/jquery/issues/2704 After re-reading the section, I understand that I should have filed that ticket on https://github.com/jquery/api.jquery.com/issues But I also...
http://api.jqueryui.com/datepicker/ contains the following code example: Set all date pickers to have French text. 1 $.datepicker.setDefaults( $.datepicker.regional[ "fr" ] ); In reality, this only works if $.datepicker.regional[ "fr" ] is...
jQuery UI's (proper) CSS and JavaScript files start with headers, such as the following (from `jquery-ui.js` in jQuery UI 1.13.2's Development Bundle): ``` /*! jQuery UI - v1.13.2 - 2022-07-14...
The following screenshot shows 2 issues with the login box top left: 1.The 2 text fields are too large. 2. The buttons for third-party authentication, such as Google's, which appear...
We would like to see if ckanext_googleanalytics would be interesting for us. Unfortunately, we are reluctant to install and configure an extension which does not officially support CKAN 2.8, without...
When browsing with administrative privileges, the read page displays a "Manage" ("Éditer" in French) link allowing admins to edit the application. This link is positioned pretty much at the top,...
showcase_info.html's last section uses invalid HTML for its "Datasets in Showcase" heading: ` {{ _('Datasets in Showcase') }}` Either the opening tag should be an h2, or the closing tag...