Bruno Harbulot
Bruno Harbulot
Hi Oli, (I wasn't sure if you'd rather discuss in an issue first or see the PR directly, but I'll try to describe the issue in the PR.) This is...
This is a follow-up of issue #1562. (I noticed it was active recently when I was trying to solve the same problem as recently discussed, but it's closed, so I...
This is just a suggestion: it would be great to be able to highlight the SQL syntax within the XML mappers.
This is using Androidplot 1.5.10. Due to various degrees of nesting (e.g. XYPlot within a LinearLayout, within a fragment that replaces a FrameLayout of the fragment of a ViewPager2's page,...
The trust manager currently only build its list of accepted issuers (in [`getAcceptedIssuers()`](https://github.com/jruby/jruby-openssl/blob/34aaa64a5b6506f169dff9b39102158cbb69c83e/src/main/java/org/jruby/ext/openssl/SSLContext.java#L1041)) from the list of CA certificates pass via `client_ca` (this is the content of `internalContext.clientCert`). (Firstly, as...
This is a PR for the fix suggested in issue #186 by @GitHubUser4234 and @robertoferreirajrr. It seems to work both with jQuery 1.9.1 and 3.7.1, thank you. (This is just...
I realise the new way of building jqPlot is with Grunt, but the old Ant `build.xml` file is there and mostly works, except for a small mistake due to on...
This adds a new option to pass [context attributes](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext#contextattributes) when initialising the canvas context: ``` $.jqplot.config.canvasContextAttributes ``` This is also now set by default to `{ willReadFrequently: true }`, to...
I've noticed that in some cases, when using Chrome or Edge (but not Firefox) on some machines, the text for the ticks and axes labels was badly rendered. Here is...
If you double-click to reset the zoom, the text that belongs to the plot will often be selected, since the browser also treats this as a double-click that selects the...