Robert Schäfer

Results 72 issues of Robert Schäfer

**Is your feature request related to a problem? Please describe.** The current login page does not make use of all the screen space on desktop and the text below the...

**Is your feature request related to a problem? Please describe.** Given I read offensive content, e.g. a post or a comment by a user, I would like to report abuse...

enhancement
good first issue
feature

**Is your feature request related to a problem? Please describe.** Not every post is everybody's cup of tea. Sometimes a user dislikes posts by a certain person so much, that...

feature
Work in Progress

**Is your feature request related to a problem? Please describe.** @mattwr18 and I are trying to send each other the link to our profile page. Unfortunately, if you visit your...

enhancement
good first issue
feature

It took me quite some time to find out why no errors were sent to sentry. It's the default error template. Minimal working example: ```javascript # app/routes/index.js import Ember from...

documentation

## Pullrequest This is the data migration from [Mongo](https://www.mongodb.com/) to [Dgraph](https://dgraph.io/). ### Issues * Performance: For large collections, our implementations shows terrible performance for simple queries. This is due to...

I use Auth0 and I have to use RS256. In order to generate the `.pem` file I did the following: ``` pip install lokey lokey fetch jwk your-auth0-client-domain.eu.auth0.com | lokey...

There is already a procedure for both npm and yarn to read an npm module from a local folder. It's convenient and reliable. E.g. `yarn run dev:styleguide` maybe works for...

discussion