2xB

Results 34 issues of 2xB

## Describe the bug Sorting indicator is lowercase, which it should not be e.g. in german. ## To Reproduce Open a server in the german language. It is shown "Sortiert...

:earth_americas: i18n

**Describe the bug** New lines in confirmation mails are not sent/are removed. **To Reproduce** Create a new event Go to Organization => Registration => General Settings Write a message including...

bug

### Bug report **Bug summary** Drawing an annotation outside the visible region inline in jupyter notebook leads to whitespace added around the figure extending it to where the annotation would...

Documentation
API: consistency
third-party integration: jupyter

If you consider the following code: ```python import pyqtgraph as pg pw = pg.plot([1,2,3],[1,2,3]) pw.plot([1,2.5,3],[1,2,3]) ``` and then export this as CSV with the column mode ˋ(x,y,y,y) for all plotsˋ,...

enhancement
exporters
csv

When using a `TextItem`, the position is set by `setPos`. However, this is not documented, making it easy to be confused with the `anchor` keyword.

docs
TextItem

@axil describes the issue in https://github.com/pyqtgraph/pyqtgraph/pull/1154#issuecomment-611742614_: The notation pg.PlotWidget(axisItems = {'bottom': pg.DateAxisItem()}) still looks a bit heavyweight for a task as natural as making x axis accept timestamps. Would it...

enhancement
DateAxisItem

https://mybinder.org/v2/gh/KATRIN-Experiment/KassiopeiaBinder/HEAD takes very long to launch and when it uses OVH, it frequently fails to launch when pulling the already-built image. The image is rather large (1.2 GB according to...

The current YouTube API has a different path to the video title, that is used with this PR. Further: Converted tabs to spaces, removed whitespace. Thank you for this script!

**Proposal:** Editing the `omni.ja` file - e.g. just by opening it in 7zip - is a really simple way of trying changes to the Thunderbird JavaScript source without setting up...

## The issue When compiling Kassiopeia with OpenCL enabled, currently the resulting code is bound to the given OpenCL devices during compile time. This is the only reason we can't...