el3ng

Results 14 issues of el3ng

The documentation says that ``` JWT_ALLOW_REFRESH Enable token refresh functionality. Token issued from rest_framework_jwt.views.obtain_jwt_token will have an orig_iat field. Default is False ``` There also used to be code in...

**Category:** Kubernetes apps **Type:** - [x] Bug ? - [ ] Feature Request - [ ] Process --- Prometheus config appears to be dropping some events, including `machine_memory_bytes` that is...

kind/k8s
needs-triage

Could graphql_ppx generate a let binding that contains the GraphQL query's name? example input ```reason module FooBarGQL = [%graphql {| query fooBarDingDong { foo { bar } } |} ];...

I'm getting some errors in a case where my schema has a `mutation` that returns a `union` (either the created type or validation errors). Basically I think it would be...

I have a GraphQL enum with values "public" and "other". ```graphql enum Visibility { public other } ``` and query similar to: ```reason module MyThingFragment = [%graphql {| fragment MyThingFragment...

**Problem** 1. Start Athens from scratch 2. write "Hello world" in daily note 3. Navigate to "Welcome" page 4. Hit cmd+Z (might have to hit it a couple times) 5....

**Problem** 1. Start new Athens from scratch, has the Welcome page and TODO page 2. Welcome page has a todo-item 3. TODO page thinks that the todo-item in welcome page...

Sometimes when working with forms one might want to loop over all the fields and render any errors they have. Perhaps this library could generate some kind utilities for this...

I thought it would be a good idea to not be so silent regarding the failed tests. This should probably be a setting so maybe this PR alone isn't enough.