Jack

Results 12 issues of Jack

### Description In this issue i'd like to gather all the information about the use of MongoDB, FastApi and Pydantic. At this point this is a "rather complete" solution, but...

question

**Describe the bug** When there are more than 8 branches, contrary to the documentation, mermaid doesn't cycle through branch styles, but rather completely ignores to draw branch lines and only...

mermaid

Right now Fava rounds all amounts to two digits (i.e., `1.23 USD`). Generally it is ok, however, for some other currencies/tokens (say, BTC), it is common to have very small...

enhancement
help wanted

The issue is mostly related to bean-price and the way price is defined in commodities that allows only one price definition. To give an example: i have a multi-currency ledger...

When trying to access response headers, the only header i can see is `Content-Type` although server replies with extra ones. I'm able to get whole response with no issue using...

```diff while (attacks_number < settings.MAX_REQUESTS_TO_SITE): response = scraper.get(site, timeout=10) if response.status_code >= 400: break attacks_number += 1 - logger.info(f"ATTACKED {site}; attack count: {attacks_number}; RESPONSE CODE: {response.status_code}") + logger.info(f"ATTACKED {site}; attack...

### Nomad version Any (in particular, `0.8.7`) ### Issue When task is being updated (especially, when underlying docker image is being updated), nomad kills currently running allocation (according to update...

type/enhancement
theme/driver/docker
theme/deployments
stage/needs-discussion

It's obvious that each api will have a bunch of errors. Each request can usually raise one of several errors (where subsets can differ for different routes). Current scheme allows...

error desc

[Mongo change streams](https://www.mongodb.com/docs/manual/changeStreams/) are available since mongo version 3.6. PyMongo has native support for them as well: ```python with db.watch() as stream: for change in stream: ... ``` However, there...

Hi. This is great extension! I've just tried the demo page on mobile and it doesn't seem to be working in case when dialog position is `bottom`: page reload is...