Moritz E. Beber

Results 134 issues of Moritz E. Beber

I see that you made an implementation of this in issue #6 but I find nothing about the topic of CSRF protection in the documentation of either Sijax or Flask-Sijax....

I would like to propose two enhancements (and can make a PR if you want). This is tied to the configuration values. Currently, the `init_app` method looks like this: ```...

Hi, At the moment, there is the base error class ```py class AuthJWTException(Exception): """ Base except which all fastapi_jwt_auth errors extend """ pass ``` and then all the others inherit...

I am dealing with large (1-3 MB), deeply nested structures that I'm communicating across web services. So I wanted to check if anything can be gained by using ujson. I...

Hi, I would like to parse custom `nodes.dmp` and `names.dmp` files into a tree. Specifically, I'd like to generate the tree for the [UHGG genomes](http://ftp.ebi.ac.uk/pub/databases/metagenomics/mgnify_genomes/human-gut/v1.0/uhgg_kraken2-db/taxonomy/). I've searched through the documentation...

Hi, I know that 0.1.1 is quite outdated but I was trying to run an old analysis and ran into a problem with the newer versions. It's a grouped data...

## Bug report ### Expected behavior and actual behavior I don't know if this is a bug or just a huge gotcha. Either way, I've been affected by it multiple...

kind/docs
lang/operators

## Bug report ### Expected behavior and actual behavior I have a simple process that creates a directory based on a string value passed to that process. I then want...

kind/bug
pinned
lang/processes

I'm trying to use export2graphlan with biom-format support which is turning out to be a bit tricky. On one hand, the biocontainer `quay.io/biocontainers/export2graphlan:0.22--py_0` is a Python 2.7 image which doesn't...

There is documentation for the [`construct` classmethod](https://pydantic-docs.helpmanual.io/usage/models/#creating-models-without-validation) that is much faster due to bypassing validation. I am now wondering if a similar thing exists for `from_orm`? In the context of...

feature request