Results 10 issues of Lukas Müller

This should fix https://github.com/tomkwok/calplot/issues/4. The issue seems to be that plt.tight_layout() and fig.subplots_adjust() do not work well with each other. I have to admit it's not the most beautiful code,...

I would like to recommend to change the section about using a CIFS/SMB share as datadir. It seemed possible at first, but eventually resulted in hard-to-diagnose errors that are related...

3. to review
documentation

When the `filter` and `top` query parameters are both set, the `top` parameter appears to be ignored. The following script echoes `1000` . This appears to be the maximum allowed...

**Is your feature request related to a problem? Please describe.** When I update a secret, e.g. the password of a database user, this does not seem to be propagated to...

help wanted
good first issue
feature
security

The query method of the `OxigraphStore` does not accept rdflib `Query` objects but only strings and otherwise fails with a `TypeError`. Example: ``` import rdflib from rdflib.plugins.sparql import prepareQuery from...

The migration class was missing the `down` method, preventing a proper rollback of the migration. This PR adds the missing method and adds some standard Laravel annotations and type hints.

Laravel typically stores failed jobs in a dedicated table when using the database driver. You can retry these jobs using an Artisan command. This command ensures that the jobs are...

Situation: - There is a `Workflow` instance in 'cancelled' state - The `Workflow` instance contains a `WorkflowJob` in 'failed' state - The `retry` method of the `WorkflowJob` instance is invoked...

## Purpose The goal of this PR is to make systems, inputs, outputs, and connections editable. This makes it possible to generate an initial XDSM and afterwards similar XDSMs with...

On https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-python?tabs=linux%2Cbash%2Cazure-cli%2Cbrowser#create-a-local-function it is explained that a new function can be created with the command ```func new --name HttpExample --template "HTTP trigger" --authlevel "anonymous"```. However, this executing this command generates...

bug