maxalbert

Results 10 issues of maxalbert

In section "Implicit multi-line strings vs triple-quote `"""`" you can get the best of both worlds (avoiding ugly new-lines as well as keeping indentation) by using [`textwrap.dedent()`](https://docs.python.org/3.5/library/textwrap.html), for example: ```...

enhancement
will fix

Currently the code in `Query.__init__()` raises an error if no valid connection to flowdb exists. This has various disadvantages. For example, it makes it necessary to create connections in all...

FlowMachine
refactoring

I am executing a simple WDL workflow using a docker container based on a custom docker image. During startup, the container needs to complete some initialisation steps before it is...

Many thanks for fixing the table of contents (as of git rev. 3bd9d3b1f7b1). 👍😃 One small additional feature request: in pure-markdown pages it is possible to insert a `[TOC]` marker...

I added a sentence to the 'gotcha' on caching methods because I couldn't infer from the docs how it would work in detail and had to try it out. Please...

**Describe the bug** When performing an RPC call with a `TestRabbitBroker` where the subscriber returns a pydantic model, the response type is different depending on whether the test runs with...

bug

Flowmachine metrics allow choosing the subscriber identifier (e.g. `msisdn`, `imei`). However, some metrics also involve the counterpart and this is always `msisdn`. This is partly a limitation, but partly also...

enhancement
FlowMachine
FlowDB
refactoring

### Description Below is a minimal example that showcases the issue. The context in which this came up for me is that I'm trying to port an existing app which...

Bug :bug:

At the moment this branch only contains a regression test for the issue described in #2044. Strangely, the test passes even though the (seemingly) same code executed from within IPython...

Versions: - IPython: 8.31.0 - Jedi: 0.19.2 Given the following directory structure: ``` $ tree . . ├── dir1 │   └── foobarpkg │   └── pkgA │   └── __init__.py └── dir2...

bug