nyura123

Results 10 comments of nyura123

Looks like this is the same issue as #20450

If you're using Cells, then this might be same issue as #52

> > Demonstrate intention with: > > * [spec/requests/api/v1/reports_spec.rb](https://github.com/casaper/mastodon/blob/a1efb83b622c0487bb9173d0afe5f52ca64615bb/spec/requests/api/v1/reports_spec.rb#L1-L67) > * [resulting in OpenApi path definition](https://github.com/casaper/mastodon/blob/2c6c9514f92793dc6e604a00fbf99bda9ed5a76e/api-docs/schema.yml#L2450-L2536) in case it's useful, the draft/demo OpenApi definition above can be browsed at [ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/casaper/mastodon/2c6c9514f92793dc6e604a00fbf99bda9ed5a76e/api-docs/schema.yml)

@mmeier86 I encountered 401 when POSTing to an inbox when my sidekiq was misconfigured. The LOCAL_DOMAIN setting was missing so it was generating the wrong keyId in Signature header (`request.rb`...

@blackdiamont not sure if it's the same issue, might be worth opening a new one? fwiw I can't see `blackdiamont` user on either mastodon.social or mastodon.matrix.org (https://mastodon.social/@blackdiamont, https://mastodon.matrix.org/@blackdiamont)

@blackdiamont I'm new to Mastodon myself so could be wrong but from your logs, it looks like the 401s are being generated by your server. Since you're listed as a...

I've been using a similar solution (declarative subscriptions, firebase path resolving, nested subscriptions) for my firebase subscriptions - here it is in case anyone finds it useful. It's not a...

@henrikra for styling `Item`s, you could try using https://github.com/aksonov/react-native-tableview/blob/master/README.md#editable-complex-components

Making cells reusable might help with this. Check out "LargeTableExample" in TableViewDemo for a large data set, and "FirebaseExample" for an example of loading dynamic data (the reusable cell feature...