Raghd Hamzeh

Results 139 issues of Raghd Hamzeh

### Description: I'd like the option to enable scrobbling to last.fm, also maybe to like a track on last.fm. Also, if possible, Libre.fm/GNU FM because they use the same API...

feature request

### List of significant changes made Added support for [Miniflux](https://miniflux.app). Closes #142 The Miniflux icon will be submitted in a separate PR to the logos repo

I would like to use [Miniflux](https://miniflux.app/). The Miniflux bookmarklet has the following path: https:///bookmarklet?uri= A proper API is available [here](https://miniflux.app/docs/api.html) but I believe that is out of the scope of...

## To Reproduce ```shell docker run --env OPENFGA_DATASTORE_ENGINE=postgres --env OPENFGA_DATASTORE_URI=postgres://postgres:postgres@localhost:5432/openfga openfga/openfga:v0.1.7 migrate ``` ## Expected Result(s) - An error connecting to postgres if postgres is not running or the uri...

bug

The dockerhub page (https://hub.docker.com/r/openfga/openfga) does not have a README because we push our own builds. We should add pushing the README to dockerhub in our release action, e.g. using something...

documentation

### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved As users are measuring the performance...

enhancement

### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved Currently we cannot specify context in...

enhancement
good first issue

### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved Currently we have no tests to...

enhancement
good first issue
hacktoberfest

**Summary** Conditions was [announced](https://openfga.dev/blog/conditional-tuples-announcement) and then introduced officially in OpenFGA `v1.4.0` (https://github.com/orgs/openfga/discussions/236) However, while `Check` and `ListObjects` accept a `context` param to provide context to resolve the query, Expand still...

enhancement

Right now we have some model validations in place that should protect users from some mistakes, but there's quite a few (unlikely) cases that are not covered.

bug