Fabien Le Frapper

Results 24 issues of Fabien Le Frapper

Following https://github.com/wagtail/wagtail/issues/8126 - [x] 404 page - [ ] page editor - [ ] account page - [ ] report page - [ ] login page - [ ] styleguide...

# Async view for django >= 3.1 ## Description This is still a work in progress, but based on repl from @jkimbo (https://replit.com/@jkimbo/Graphene-async#main/schema.pyhttps://replit.com/@jkimbo/Graphene-async#main/schema.py) I got an async view working for...

:wave: First of all thanks for this project, it seems nicely done (I did not have a lot of time to play with yet). The move to typescript would be...

wontfix

Graphene v3 is almost there...since this summer. In fact the release is blocked by several things: - some packages of graphene ecosystem are almost abandonned - Graphene team wants every...

Type: Feature

When using a [JSONField ](https://docs.djangoproject.com/fr/3.2/ref/models/fields/#django.db.models.JSONField) through Grapple using a `GraphQLString` type, the output is not valid JSON. Let's take the example below: ![image](https://user-images.githubusercontent.com/1702255/131690773-f8448895-c481-4ac4-b36e-9f0ab324034a.png) The stringified version of `{"coucou": "youpi"}` uses...

The current version of django-storages requires version < 1.9, which is not compatible with django 4.0. Here is the error I get with django 4.0 ``` django.core.exceptions.ImproperlyConfigured: Could not load...

Hey, I have the following error in the console when previewing a page in gatsby develop (and it fails with the build as well) Any idea how could I debug...

## Description If images have a src attribute like `//example.com/image.jpg`, the imported url does not care about the domain and prepend the wagtail domain, hence leading to a 404 when...

bug

I am working on an importer for another CMS (Spip), and base some of it on `wagtail-wordpress-import`. I noticed (thanks to my linter) that some exceptions were not reachable in...

bug

Is it possible to run the importer without an xml file ? I have noticed issues on a production website, after running the importer, caused by custom import hooks. Is...

enhancement
Should we or not?