Ben Loer

Results 8 issues of Ben Loer

The clickFilterBehavior option is intended for ordinal charts, bubble charts, pie charts, etc, i.e., those where clicking on an svg node filters to that node. I have not tested what...

This is an attempt to address my question on StackOverflow at http://stackoverflow.com/questions/23764932/dc-js-bar-chart-different-widths-and-title-problems . The width is specified in pixels rather than in the default xaxis units because I couldn't think...

If I have awkward installed in my regular site packages, and then try to install awkard-numba in user mode, I get ``` In [1]: import awkward --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most...

Consider the following not-so-useful class: ```python from scipy.stats import norm def Norm: def __init__(self, mean, sigma): self._func = norm(mean, sigma) def pdf(self, x): return self._func.pdf(x) ``` If I want to...

### Expected Behavior Within a class-level docstring (or even better also any docstring in a class method), class method names in backticks should generate links to that method. ### Actual...

enhancement

The mongoengine documentation states that EmbeddedDocuments support being the `primary_key`, which is true, but this breaks if you try to create a `ReferenceField` pointing to such a document. Consider the...

fiddle at http://jsfiddle.net/04h3r3aL/3/ shows the issue clearly. toDataXCoord seems to produce a reasonable value, but going the other way it's pretty obvious that it's treating the scale as linear. It...

bug

### Version of Apptainer `apptainer version 1.1.3-1.el7` ### Expected behavior Ability to query an oras repository for images/tags. `apptainer search --library oras://registry.example.com myimage` Ability to modify tags on a remote...