Christian glacet
Christian glacet
I'm using apollo's codegen for a few months but recently got this error: ``` $ ❯ apollo client:codegen --target=typescript --watch --tagName=gql --addTypename --globalTypesFile=types/graphql-global-types.ts types ✔ Loading Apollo Project ✔ Generating...
This aims at allowing to use graphene < 3 with python > 3.8.
The [dataloader documentation](https://docs.graphene-python.org/en/latest/execution/dataloader/) is quite unclear in the current state, especially this piece of code: ```python class User(graphene.ObjectType): name = graphene.String() best_friend = graphene.Field(lambda: User) friends = graphene.List(lambda: User) def...
# Overview Currently when we swipe the modal (in a quick fashion) and release, the modal stops, then keeps on moving to eventually completely close. I would like to smoothen...
Not sure if it always happen, but [here is an example of coordinates for which the hull is not concave](https://gist.github.com/cglacet/f72b8a0b313418455dd39ddf044b836d). Just to be sure that we talk about the same...
**Is your feature request related to a problem? Please describe.** Pages that don't have any section seems to be hard to work with. Also, their HTML `` looks odd (in...
A colleague of mine found a route destination that seems to fail on mapbox (but not on OSM). Here are the test coordinates you can use: [135.74777571420464,35.01420094203681;135.7554090854838,35.01742191794678](https://api.mapbox.com/directions/v5/mapbox/walking/135.74777571420464%2C35.01420094203681%3B135.7554090854838%2C35.01742191794678?alternatives=true&geometries=geojson&steps=true). And here is...
**Describe the bug** Locale doesn't seem to be properly set on route handlers (app directory) **To Reproduce** Create a route handler and try to retrieve the translation for it, for...
**Is your feature request related to a problem? Please describe.** No real issue, this is a cosmetic but I think it would be nice. **Describe the solution you'd like** I...
**Describe the bug** Missing installation steps for `react-native-gesture-handler` `>=2.10.0` for the web. **Fix** Include something like the following in the installation steps for the web: > If you have `react-native-gesture-handler...