BobLd
BobLd
The [following document](https://statweb.stanford.edu/~jbien/jasa2011minimax.pdf) contains several [control characters](https://www.compart.com/en/unicode/category/Cc). For example, the page 8 contains _\u0002, \u0003, \b, \u0005, \u0006, \a, \t, \n, \v, \f_. The problem with some of the control...
**Motivation** In order to ease the installation for Windows users (i.e. [avoid installing Detectron2 to use pre-trained models](https://github.com/Layout-Parser/layout-parser/blob/master/installation.md#for-windows-users)), why not converting the Detectron2 models to ONNX for use? It would...
### Checklist - [x] I have included examples or tests (no need) - [x] I have updated the change log - [x] I am listed in the CONTRIBUTORS file -...
### Feature description Make `Axis.UpdateActualMaxMin()` `protected` instead of `internal`. Will push a PR soon https://github.com/oxyplot/oxyplot/blob/79a2a542e30fc74b7ac82b58a636b4abc76e08f3/Source/OxyPlot/Axes/Axis.cs#L1333 It is very needed when implementing own axis, see here for an example: https://github.com/BobLd/oxyplot-cartography/blob/master/OxyPlot.Core.Cartography/Axes/LatitudeWebMercatorAxis.cs
### Feature description In `PieSeries`, `Math.Cos(midAngleRadians)` and `Math.Sin(midAngleRadians)` are computed too many times in the foreach loop, this could be simplified by computing the values only once. I'll push a...
@EliotJones, I took @kasperdaff commit and added the changes from your comments in a 2nd commit. I've also added the JBig2 notice inside the current NOTICE file. As a side...
There's a bug in the `Glyph.CalculatePath()` function. On line 185 and 192, the previous point does not always belong to the `contour` array and is sometime computed. https://github.com/UglyToad/PdfPig/blob/2073e036ef5a3bd443ada484d269ed6208816e3a/src/UglyToad.PdfPig.Fonts/TrueType/Glyphs/Glyph.cs#LL185C33-L185C33 Getting the...
Try a mongo session that fails, and try again ``` System.Exception HResult=0x80131500 Message=MongoSession.LoadRecentData Source=Panoptes.Model.MongoDB StackTrace: at Panoptes.Model.MongoDB.Sessions.MongoSession.d__13.MoveNext() in C:\...\Panoptes.Model.MongoDB\Sessions\MongoSession.cs:line 188 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()...
